Skip to content

Commit 9fb9c68

Browse files
authored
pin rust version for wasm builds (#191)
1 parent 6f4c2be commit 9fb9c68

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
@@ -408,10 +408,12 @@ jobs:
408408
allow-prereleases: true
409409

410410
- name: install rust nightly
411-
uses: dtolnay/rust-toolchain@nightly
411+
uses: dtolnay/rust-toolchain@master
412412
with:
413413
components: rust-src
414414
targets: wasm32-unknown-emscripten
415+
# might be able to unpin when pydodide uses emscripten 4, see below
416+
toolchain: nightly-2025-02-17
415417

416418
- name: cache rust
417419
uses: Swatinem/rust-cache@v2

0 commit comments

Comments
 (0)