Skip to content

Commit

Permalink
Update pyodide.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolajBjorner authored Nov 15, 2024
1 parent 4cdc3d6 commit e53ea00
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pyodide.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,12 @@ jobs:
~/env/bin/pip install pyodide-build
git clone https://github.com/emscripten-core/emsdk.git ~/emsdk && cd ~/emsdk && PYODIDE_EMSCRIPTEN_VERSION=$(~/env/bin/pyodide config get emscripten_version) && ./emsdk install ${PYODIDE_EMSCRIPTEN_VERSION} && ./emsdk activate ${PYODIDE_EMSCRIPTEN_VERSION}
- name: Setup EMSDK
- name: Build Z3
run: |
source ~/emsdk/emsdk_env.sh && cd src/api/python && ~/env/bin/pyodide build --exports whole_archive
- name: Setup env-pyodide
run: |
source ~/emsdk/emsdk_emv.sh && ~/env/bin/pyodide venv ~/env-pyodide
- name: Setup z3 wheel
Expand Down

0 comments on commit e53ea00

Please sign in to comment.