Github build action WIP

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

View File

@ -10,7 +10,8 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Install dependencies
run: 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