File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -330,11 +330,11 @@ jobs:
330
330
fetch-depth : ${{ env.git-depth }}
331
331
- name : Checkout submodules
332
332
run : git submodule update --init --recursive --depth 1
333
- - uses : libsdl-org/setup-sdl@6574e20ac65ce362cd12f9c26b3a5e4d3cd31dee
334
- with :
335
- install-linux-dependencies : true
336
- build-type : " Debug"
337
- version : " 3.2.4" # Should be equal or less than the version used by Emscripten
333
+ # - uses: libsdl-org/setup-sdl@6574e20ac65ce362cd12f9c26b3a5e4d3cd31dee
334
+ # with:
335
+ # install-linux-dependencies: true
336
+ # build-type: "Debug"
337
+ # version: "3.2.4" # Should be equal or less than the version used by Emscripten
338
338
- uses : pypa/cibuildwheel@v3.0.0
339
339
env :
340
340
CIBW_BUILD : cp313-pyodide_wasm32
You can’t perform that action at this time.
0 commit comments