We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fc6d6a commit 7d130b2Copy full SHA for 7d130b2
1 file changed
.github/workflows/release.yml
@@ -93,7 +93,7 @@ jobs:
93
targets: x86_64-unknown-uefi
94
95
- name: Install NASM
96
- run: sudo apt-get install -y -qq nasm
+ run: sudo apt-get update && sudo apt-get install -y -qq nasm
97
98
- name: Cache cargo
99
uses: actions/cache@v4
@@ -179,7 +179,7 @@ jobs:
179
rustup toolchain install "${PINNED_NIGHTLY}" --component rust-src
180
181
- name: Install distro build tools
182
- run: sudo apt-get install -y -qq nasm qemu-utils dosfstools mtools xorriso zip xz-utils
+ run: sudo apt-get update && sudo apt-get install -y -qq nasm qemu-utils dosfstools mtools xorriso zip xz-utils
183
184
185
0 commit comments