Github build action: Install SDL2
This commit is contained in:
parent
32f5939458
commit
ea5e9c3870
|
|
@ -9,6 +9,8 @@ jobs:
|
|||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: Install dependencies
|
||||
run: apt-get install libsdl2-dev
|
||||
- name: Build
|
||||
run: cargo build --verbose
|
||||
- name: Run tests
|
||||
|
|
|
|||
Loading…
Reference in New Issue