Skip to content

Commit

Permalink
Fix toolchain in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelmauro committed Apr 1, 2024
1 parent fdc0921 commit f57c836
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- uses: actions/checkout@v4
with:
lfs: ${{ env.use_git_lfs }}
- uses: dtolnay/rust-toolchain@stable
- uses: dtolnay/rust-toolchain@nightly
with:
targets: wasm32-unknown-unknown
- name: install wasm-bindgen-cli
Expand Down

0 comments on commit f57c836

Please sign in to comment.