From 9888364692bd169e3a5368aff1a318ac603d4424 Mon Sep 17 00:00:00 2001 From: undef-i Date: Mon, 7 Aug 2023 23:56:31 +0800 Subject: [PATCH] Fix GitHub Actions workflow. --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f297cb5..165c0c5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,7 +12,6 @@ permissions: defaults: run: - # necessary for windows shell: bash jobs: @@ -81,6 +80,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 -qq sudo apt-get install -qq crossbuild-essential-arm64 crossbuild-essential-armhf musl-tools fi # some additional configuration for cross-compilation on linux