File tree 1 file changed +6
-4
lines changed 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -78,14 +78,16 @@ jobs:
78
78
79
79
- uses : mymindstorm/setup-emsdk@v14
80
80
with :
81
- version : 4.0.6
81
+ version : 3.1.74
82
+ # https://github.com/godot-rust/gdext/issues/438#issuecomment-2728150420
82
83
83
- - name : Prepare prerequisites
84
+ - name : Prepare Rust
84
85
run : |
85
86
rustup target add wasm32-unknown-emscripten --toolchain nightly
86
87
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
89
91
90
92
- name : Build a wheel
91
93
run : |
You can’t perform that action at this time.
0 commit comments