We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b68e8a commit 84e57b3Copy full SHA for 84e57b3
.github/workflows/main.yml
@@ -19,7 +19,9 @@ jobs:
19
profile: minimal
20
21
- name: Install packages
22
- run: sudo apt-get install -y libegl1-mesa-dev libgtk-3-dev libsdl2-dev cmake
+ run: |
23
+ sudo apt-get update
24
+ sudo apt-get install -y libegl1-mesa-dev libgtk-3-dev libsdl2-dev cmake
25
26
- name: Install rustc target
27
run: rustup target add aarch64-unknown-linux-gnu
0 commit comments