Github build action: WIP

This commit is contained in:
Matthew Gordon 2019-11-28 10:34:35 -05:00 committed by GitHub
parent ea5e9c3870
commit f52d201ffd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Install dependencies
run: apt-get install libsdl2-dev
run: sudo apt-get install libsdl2-dev
- name: Build
run: cargo build --verbose
- name: Run tests