From f8493d17df3080281698604d3b884d6705a79220 Mon Sep 17 00:00:00 2001 From: Scott Jackson Date: Sun, 17 Sep 2023 09:54:24 -0400 Subject: [PATCH] Update release workflow --- .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 1cf2f85..41a6bbc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -44,7 +44,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Install cross compilation tools - run: apt install -y gcc-aarch64-linux-gnu + run: sudo apt install -y gcc-aarch64-linux-gnu - uses: actions-rs/toolchain@v1 with: toolchain: stable