Skip to content

Commit

Permalink
Switch to using dfinity's musl action (#321)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamspofford-dfinity authored Mar 8, 2022
1 parent 49ee091 commit 62f7d38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 62f7d38

Please sign in to comment.