Run apt-get update in CI
This commit is contained in:
parent
ef94e5d5d4
commit
0761e36c76
1 changed files with 3 additions and 0 deletions
3
.github/workflows/rust.yml
vendored
3
.github/workflows/rust.yml
vendored
|
@ -16,6 +16,9 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Update APT
|
||||
run: sudo apt-get update
|
||||
|
||||
- name: Install SDL2
|
||||
run: sudo apt install libsdl2-dev libsdl2-2.0-0
|
||||
|
||||
|
|
Loading…
Reference in a new issue