Skip to content

Commit 5aec922

Browse files
committed
CI: use a previous version of nightly
1 parent c3d95db commit 5aec922

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/actions/setup-wasm/action.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ inputs:
44
toolchain:
55
description: 'Rust toolchain version'
66
required: false
7-
default: 'nightly'
7+
# FIXME: set to nightly when https://github.com/rust-lang/rust/issues/145652
8+
default: 'nightly-2025-08-18'
89
wasm-bindgen-version:
910
description: 'wasm-bindgen-cli version'
1011
required: false
@@ -31,4 +32,4 @@ runs:
3132
- name: Setup Rust Cache
3233
uses: Swatinem/rust-cache@v2
3334
with:
34-
prefix-key: ${{ inputs.cache-prefix }}
35+
prefix-key: ${{ inputs.cache-prefix }}

0 commit comments

Comments
 (0)