Skip to content

Commit

Permalink
Perform apt update before apt install (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
benpye authored Jan 10, 2024
1 parent 7f36270 commit 1e07c5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
submodules: true

- name: Install dependencies
run: sudo apt install qemu-utils bzip2
run: sudo apt update && sudo apt install qemu-utils bzip2

- name: Build
run: sudo -E ./build-image.sh
Expand Down

0 comments on commit 1e07c5b

Please sign in to comment.