Skip to content

Commit 9da6aa8

Browse files
committed
Use xbuildenv nightly 20250320 + emsdk 3
godot-rust/gdext#438 (comment)
1 parent 1ad25eb commit 9da6aa8

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/CI.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,14 +78,16 @@ jobs:
7878

7979
- uses: mymindstorm/setup-emsdk@v14
8080
with:
81-
version: 4.0.6
81+
version: 3.1.74
82+
# https://github.com/godot-rust/gdext/issues/438#issuecomment-2728150420
8283

83-
- name: Prepare prerequisites
84+
- name: Prepare Rust
8485
run: |
8586
rustup target add wasm32-unknown-emscripten --toolchain nightly
8687
rustup default nightly
87-
uvx --from pyodide-build --with pyodide-cli pyodide xbuildenv install 0.28.0a1 -f
88-
uvx --from pyodide-build --with pyodide-cli pyodide xbuildenv use 0.28.0a1
88+
89+
- name: Prepare xbuildenv
90+
run: uvx --from pyodide-build --with pyodide-cli pyodide xbuildenv install --url https://github.com/pyodide/pyodide-build-environment-nightly/releases/download/20250320/xbuildenv.tar.bz2
8991

9092
- name: Build a wheel
9193
run: |

0 commit comments

Comments
 (0)