Skip to content

Commit 68b678d

Browse files
authored
pin nightly for wasm build (#1644)
1 parent a0e60bd commit 68b678d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,10 +315,12 @@ jobs:
315315
- uses: actions/checkout@v4
316316

317317
- name: install rust nightly
318-
uses: dtolnay/rust-toolchain@nightly
318+
uses: dtolnay/rust-toolchain@master
319319
with:
320320
components: rust-src
321321
targets: wasm32-unknown-emscripten
322+
# might be able to unpin when pydodide uses emscripten 4, see below
323+
toolchain: nightly-2025-02-17
322324

323325
- name: cache rust
324326
uses: Swatinem/rust-cache@v2

0 commit comments

Comments
 (0)