Skip to content

Commit

Permalink
ci: update to Pyodide 0.26.2 and fix build script
Browse files Browse the repository at this point in the history
  • Loading branch information
ntamas committed Aug 6, 2024
1 parent 279b891 commit bf638d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ jobs:

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

- name: Build wheel
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 bf638d7

Please sign in to comment.