Github build action: Install SDL2

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

View File

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