Skip to content

Commit

Permalink
Merge pull request #10 from sdasda7777/sdasda7777_pages10
Browse files Browse the repository at this point in the history
Changed toolchain to nightly
  • Loading branch information
sdasda7777 authored Nov 24, 2023
2 parents 9230f72 + 481bbfa commit 8e53d09
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 8e53d09

Please sign in to comment.