From 62f7d388f6d3bfd28da1a6c5d66e5f6e158b679d Mon Sep 17 00:00:00 2001 From: adamspofford-dfinity <93943719+adamspofford-dfinity@users.noreply.github.com> Date: Tue, 8 Mar 2022 12:45:43 -0800 Subject: [PATCH] Switch to using dfinity's musl action (#321) --- .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 5fe583e9..3a32ba14 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -35,7 +35,7 @@ jobs: echo "END" >> $GITHUB_ENV - name: Static build - uses: gmiam/rust-musl-action@master + uses: dfinity/rust-musl-action@master with: args: cargo build --target x86_64-unknown-linux-musl ${{ env.cargo_build_ARGS }} if: contains(matrix.os, 'ubuntu')