We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd51213 commit 7801569Copy full SHA for 7801569
.github/workflows/python-package.yml
@@ -330,11 +330,11 @@ jobs:
330
fetch-depth: ${{ env.git-depth }}
331
- name: Checkout submodules
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
+ #- uses: libsdl-org/setup-sdl@6574e20ac65ce362cd12f9c26b3a5e4d3cd31dee
+ # with:
+ # install-linux-dependencies: true
+ # build-type: "Debug"
+ # version: "3.2.4" # Should be equal or less than the version used by Emscripten
338
- uses: pypa/[email protected]
339
env:
340
CIBW_BUILD: cp313-pyodide_wasm32
0 commit comments