From 1603a6bfeece055b8485146d78b6108303582d7e Mon Sep 17 00:00:00 2001 From: atropos Date: Sat, 20 Apr 2024 11:13:44 +0100 Subject: [PATCH] build with update --- .github/workflows/arm64_build.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/arm64_build.yaml b/.github/workflows/arm64_build.yaml index ab8a766..76adfb8 100644 --- a/.github/workflows/arm64_build.yaml +++ b/.github/workflows/arm64_build.yaml @@ -30,6 +30,7 @@ jobs: uses: DeterminateSystems/magic-nix-cache-action@main - name: Prepare host for ARM64 emulation run: | + sudo apt update -y sudo apt -y install qemu-user-static cat /proc/sys/fs/binfmt_misc/qemu-aarch64 /usr/bin/qemu-aarch64-static --version