From 33c12ab4847108d6ad69192a91588e2b89835d37 Mon Sep 17 00:00:00 2001 From: Scott Jackson Date: Sun, 17 Sep 2023 09:42:02 -0400 Subject: [PATCH] Update release workflow --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 819c854..1cf2f85 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -43,6 +43,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 + - name: Install cross compilation tools + run: apt install -y gcc-aarch64-linux-gnu - uses: actions-rs/toolchain@v1 with: toolchain: stable