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