Skip to content

Commit

Permalink
Merge pull request #28457 from ProvableHQ/fix/release-ci-linux-musl
Browse files Browse the repository at this point in the history
Use stable instead of x86_64
  • Loading branch information
d0cd authored Nov 20, 2024
2 parents 055e426 + ceb39d5 commit 8a8f565
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,12 +68,12 @@ jobs:

- name: Build
run: |
docker pull clux/muslrust:x86_64
docker pull clux/muslrust:stable
docker run \
-v ${{ github.workspace }}:/volume \
-v cargo-cache:/root/.cargo/registry \
--rm \
-t clux/muslrust:x86_64 \
-t clux/muslrust:stable \
bash -c "
rustup install stable &&
rustup default stable &&
Expand Down

0 comments on commit 8a8f565

Please sign in to comment.