Skip to content

Commit

Permalink
CI: Use stable toolchain again for the npm_release workflow and `we…
Browse files Browse the repository at this point in the history
…b-client-lib` build
  • Loading branch information
Eligioo authored and jsdanielh committed Jan 9, 2025
1 parent e51ef2b commit 4020fad
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build+test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ jobs:
tool-cache: true
large-packages: false
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@1.82.0
- uses: dtolnay/rust-toolchain@stable
with:
targets: wasm32-unknown-unknown
- uses: Swatinem/rust-cache@v2
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/npm_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
with:
toolchain: 1.81.0
targets: wasm32-unknown-unknown
- uses: Swatinem/rust-cache@v2
- name: Build package
Expand Down

0 comments on commit 4020fad

Please sign in to comment.