From d34dc328d75e4f4e515d9176f8b2620d172fdaae Mon Sep 17 00:00:00 2001 From: Mattia Procopio Date: Tue, 5 Mar 2024 16:04:52 +0100 Subject: [PATCH] Update build-check.yml --- .github/workflows/build-check.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-check.yml b/.github/workflows/build-check.yml index 96a0257..a8984a8 100644 --- a/.github/workflows/build-check.yml +++ b/.github/workflows/build-check.yml @@ -52,6 +52,7 @@ jobs: # dependencies are only needed on ubuntu as that's the only place where # we make cross-compilation if [[ $OS =~ ^ubuntu.*$ ]]; then + sudo apt-get update && sudo apt-get upgrade sudo apt-get install -qq build-crossbuild-essential-arm64 crossbuild-essential-armhf musl-tools fi wget https://musl.cc/aarch64-linux-musl-cross.tgz