Skip to content

Commit

Permalink
(github/ci) fix: update packages before installing deps
Browse files Browse the repository at this point in the history
  • Loading branch information
bensimner committed Mar 6, 2024
1 parent 2abe122 commit b3ba986
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:

- name: System dependencies (ubuntu)
run: |
sudo apt update
sudo apt install build-essential gcc-aarch64-linux-gnu qemu-system-aarch64
- name: Build harness
Expand Down

0 comments on commit b3ba986

Please sign in to comment.