Skip to content

Commit fe781de

Browse files
committed
ci: swith to nightly in emsdk
1 parent 491451b commit fe781de

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/emscripten.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v4
1717
- uses: actions/setup-python@v5
1818
with:
19-
python-version: '3.12'
19+
python-version: '3.13'
2020
- run: pip install pyodide-build
2121
- shell: bash
2222
run: |
@@ -34,5 +34,7 @@ jobs:
3434
pip install maturin
3535
# rustup install nightly-2025-02-01
3636
# rustup default nightly-2025-02-01
37+
rustup install nightly
38+
rustup default nightly
3739
rustup target add wasm32-unknown-emscripten
3840
maturin build --target wasm32-unknown-emscripten -i 3.12

0 commit comments

Comments
 (0)