Skip to content

Commit

Permalink
Use same Nightly release for wasm build as for CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
victorb committed Dec 24, 2024
1 parent 257fba7 commit 3505cb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/wasm-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ jobs:
- name: Install nightly
uses: actions-rs/toolchain@v1
with:
toolchain: nightly-2024-07-30
toolchain: nightly-2024-12-21
override: true
default: nightly-2024-07-30
default: nightly-2024-12-21
components: rustfmt, clippy, rust-src
target: wasm32-unknown-unknown
- uses: Leafwing-Studios/cargo-cache@v2
Expand Down

0 comments on commit 3505cb4

Please sign in to comment.