Fetch missing packages.

This commit is contained in:
Josh Matthews 2022-03-27 22:39:03 -04:00 committed by GitHub
parent 4b68e8a6c0
commit 84e57b3f8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -19,7 +19,9 @@ jobs:
profile: minimal
- name: Install packages
run: sudo apt-get install -y libegl1-mesa-dev libgtk-3-dev libsdl2-dev cmake
run: |
sudo apt-get update
sudo apt-get install -y libegl1-mesa-dev libgtk-3-dev libsdl2-dev cmake
- name: Install rustc target
run: rustup target add aarch64-unknown-linux-gnu