Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/pypa/cibuildwheel-…
Browse files Browse the repository at this point in the history
…2.20.0
  • Loading branch information
ntamas authored Aug 6, 2024
2 parents ee733ad + c83879b commit 864bdbb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,12 +195,12 @@ jobs:

- uses: mymindstorm/setup-emsdk@v14
with:
version: '3.1.45'
version: '3.1.52'
actions-cache-folder: 'emsdk-cache'

- name: Build wheel
run: |
pip install pyodide-build==0.24.1
pip install pyodide-build==0.26.2
python3 scripts/fix_pyodide_build.py
pyodide build
Expand Down
2 changes: 1 addition & 1 deletion scripts/fix_pyodide_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@

target_file = target_dir / "Emscripten.cmake"
if not target_file.is_file():
url = "https://raw.githubusercontent.com/pyodide/pyodide/main/pyodide-build/pyodide_build/tools/cmake/Modules/Platform/Emscripten.cmake"
url = "https://raw.githubusercontent.com/pyodide/pyodide-build/main/pyodide_build/tools/cmake/Modules/Platform/Emscripten.cmake"
urlretrieve(url, str(target_file))

0 comments on commit 864bdbb

Please sign in to comment.