Skip to content

Commit 01164bf

Browse files
committed
Update before build
1 parent 7ba4ed2 commit 01164bf

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,9 @@ jobs:
9696
env:
9797
ALPINE_ARCH: ${{ matrix.alpine_arch }}
9898
run: |
99-
sudo apt-get -y install qemu-user-static
100-
scripts/chroot/chroot_build.sh
99+
sudo apt-get update
100+
sudo apt-get -y install qemu-user-static
101+
scripts/chroot/chroot_build.sh
101102
102103
upload:
103104
name: Create release and upload artifacts

0 commit comments

Comments
 (0)