From 01164bfcbc8dd2bd0d7e3706f97035108d6b91ba Mon Sep 17 00:00:00 2001 From: TheAssassin Date: Thu, 15 Aug 2024 21:41:13 +0200 Subject: [PATCH] Update before build --- .github/workflows/build.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index a3753db..e83747d 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -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