Skip to content

Commit

Permalink
Use stable instead of x86_64
Browse files Browse the repository at this point in the history
  • Loading branch information
d0cd committed Nov 20, 2024
1 parent 0c8f304 commit ceb39d5
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 ceb39d5

Please sign in to comment.