Skip to content

Commit

Permalink
Changed toolchain to nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
sdasda7777 committed Nov 24, 2023
1 parent 9230f72 commit 481bbfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- uses: actions-rs/toolchain@v1 # get rust toolchain for wasm
with:
profile: minimal
toolchain: stable
toolchain: nightly
target: wasm32-unknown-unknown
override: true
- name: Rust Cache # cache the rust build artefacts
Expand Down

0 comments on commit 481bbfa

Please sign in to comment.