Skip to content

Commit 3505cb4

Browse files
committed
Use same Nightly release for wasm build as for CI tests
1 parent 257fba7 commit 3505cb4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/wasm-examples.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ jobs:
3131
- name: Install nightly
3232
uses: actions-rs/toolchain@v1
3333
with:
34-
toolchain: nightly-2024-07-30
34+
toolchain: nightly-2024-12-21
3535
override: true
36-
default: nightly-2024-07-30
36+
default: nightly-2024-12-21
3737
components: rustfmt, clippy, rust-src
3838
target: wasm32-unknown-unknown
3939
- uses: Leafwing-Studios/cargo-cache@v2

0 commit comments

Comments
 (0)