From 3737ed523e70b12a2b89cca8270383677d76940d Mon Sep 17 00:00:00 2001 From: Nick Cardin Date: Thu, 30 Sep 2021 14:53:24 +0000 Subject: [PATCH] add gcc for aarch64 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b468bb7..4856baf 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -56,7 +56,7 @@ jobs: if: matrix.os == 'ubuntu-latest' run: | sudo apt-get update -y - sudo apt-get install musl-tools -y + sudo apt-get install musl-tools gcc-10-aarch64-linux-gnu -y - name: Install p7zip (MacOS) if: matrix.os == 'macos-latest'