Skip to content

Commit

Permalink
Update emscripten.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii committed Nov 29, 2023
1 parent 9c8957d commit fd3ca9d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/emscripten.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
python-version: "3.11"

- name: Install pyodide-build
run: pip install pyodide-build==0.23.4
run: pip install pyodide-build==0.24.1

- name: Compute emsdk version
id: compute-emsdk-version
Expand All @@ -46,11 +46,11 @@ jobs:
actions-cache-folder: emsdk-cache

- name: Build
run: CFLAGS=-fexceptions LDFLAGS=-fexceptions pyodide build
run: CFLAGS=-fexceptions LDFLAGS=-fexceptions pyodide build --exports whole_archive

- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20

- name: Set up Pyodide virtual environment
run: |
Expand Down

0 comments on commit fd3ca9d

Please sign in to comment.