Github build action: WIP
This commit is contained in:
parent
ea5e9c3870
commit
f52d201ffd
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue