Skip to content

Commit

Permalink
fix: Actions>use nightly Rust
Browse files Browse the repository at this point in the history
  • Loading branch information
watasuke102 committed Aug 30, 2024
1 parent c6cf198 commit 4033fb8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@ jobs:
cache-dependency-path: "./playground_front/package-lock.json"
# https://blog.ojisan.io/actions-rs-cargo-ari-nashi/
- name: Setup Rust toolchain
run: rustup target install wasm32-unknown-unknown
run: |
rustup toolchain install nightly
rustup default nightly
rustup target install wasm32-unknown-unknown
- name: Setup npm packages
run: |
cd playground_front && npm install
Expand Down

0 comments on commit 4033fb8

Please sign in to comment.