Skip to content

Commit 7d130b2

Browse files
author
adrerl
committed
Update package installation steps to include apt-get update
1 parent 1fc6d6a commit 7d130b2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
targets: x86_64-unknown-uefi
9494

9595
- name: Install NASM
96-
run: sudo apt-get install -y -qq nasm
96+
run: sudo apt-get update && sudo apt-get install -y -qq nasm
9797

9898
- name: Cache cargo
9999
uses: actions/cache@v4
@@ -179,7 +179,7 @@ jobs:
179179
rustup toolchain install "${PINNED_NIGHTLY}" --component rust-src
180180
181181
- name: Install distro build tools
182-
run: sudo apt-get install -y -qq nasm qemu-utils dosfstools mtools xorriso zip xz-utils
182+
run: sudo apt-get update && sudo apt-get install -y -qq nasm qemu-utils dosfstools mtools xorriso zip xz-utils
183183

184184
- name: Cache cargo
185185
uses: actions/cache@v4

0 commit comments

Comments
 (0)