Skip to content

Commit

Permalink
Revert "always setup rustup default stable"
Browse files Browse the repository at this point in the history
This reverts commit 7a20898.
  • Loading branch information
RobinMalfait committed Aug 9, 2024
1 parent 5e9fd4f commit 67c8c7d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,13 @@ jobs:
- os: ubuntu-latest
target: aarch64-unknown-linux-musl
strip: aarch64-linux-musl-strip
download: true
container:
image: ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-alpine
- os: ubuntu-latest
target: x86_64-unknown-linux-musl
strip: strip
download: true
container:
image: ghcr.io/napi-rs/napi-rs/nodejs-rust:lts-alpine

Expand Down Expand Up @@ -120,6 +122,7 @@ jobs:
run: ${{ matrix.setup }}

- name: Install Rust (Stable)
if: ${{ matrix.download }}
run: |
rustup default stable
Expand Down

0 comments on commit 67c8c7d

Please sign in to comment.