Skip to content

Commit 84e57b3

Browse files
authored
Fetch missing packages.
1 parent 4b68e8a commit 84e57b3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ jobs:
1919
profile: minimal
2020

2121
- name: Install packages
22-
run: sudo apt-get install -y libegl1-mesa-dev libgtk-3-dev libsdl2-dev cmake
22+
run: |
23+
sudo apt-get update
24+
sudo apt-get install -y libegl1-mesa-dev libgtk-3-dev libsdl2-dev cmake
2325
2426
- name: Install rustc target
2527
run: rustup target add aarch64-unknown-linux-gnu

0 commit comments

Comments
 (0)