Skip to content

Commit

Permalink
Update before build
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAssassin committed Aug 17, 2024
1 parent 7ba4ed2 commit 01164bf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,9 @@ jobs:
env:
ALPINE_ARCH: ${{ matrix.alpine_arch }}
run: |
sudo apt-get -y install qemu-user-static
scripts/chroot/chroot_build.sh
sudo apt-get update
sudo apt-get -y install qemu-user-static
scripts/chroot/chroot_build.sh
upload:
name: Create release and upload artifacts
Expand Down

0 comments on commit 01164bf

Please sign in to comment.