This commit is contained in:
Matthew Gordon 2019-11-28 10:49:21 -05:00 committed by GitHub
parent a700a28d9c
commit 8c4a0002fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

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