File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -480,7 +480,8 @@ jobs:
480
480
- uses : actions/checkout@v4
481
481
- uses : dtolnay/rust-toolchain@nightly
482
482
with :
483
- toolchain : nightly
483
+ # Nightly 1.86 as 1.87+ is incompatible with PyOdide as of now
484
+ toolchain : nightly-2025-02-01
484
485
targets : wasm32-unknown-emscripten
485
486
- uses : actions/setup-python@v5
486
487
with :
Original file line number Diff line number Diff line change @@ -292,7 +292,8 @@ jobs:
292
292
- uses : actions/checkout@v4
293
293
- uses : dtolnay/rust-toolchain@nightly
294
294
with :
295
- toolchain : nightly
295
+ # Nightly 1.86 as 1.87+ is incompatible with PyOdide as of now
296
+ toolchain : nightly-2025-02-01
296
297
targets : wasm32-unknown-emscripten
297
298
- uses : actions/setup-python@v5
298
299
with :
You can’t perform that action at this time.
0 commit comments