Skip to content

Commit

Permalink
Use Emscripten 3.1.45 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
martinRenou committed Oct 22, 2024
1 parent b27943b commit 10bac33
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
fail-fast: false
matrix:
emsdk_ver: ["3.1.58"]
emsdk_ver: ["3.1.45"]

steps:
- uses: actions/checkout@v2
Expand All @@ -29,13 +29,13 @@ jobs:
uses: mamba-org/setup-micromamba@v1
with:
environment-file: environment-dev.yml
environment-name: pyjs-wasm
environment-name: pyjs-wasm


- name: Install Playwright
run: |
playwright install
- name: Setup emsdk
shell: bash -el {0}
run: |
Expand All @@ -59,7 +59,7 @@ jobs:
mkdir build
pushd build
export PREFIX=$MAMBA_ROOT_PREFIX/envs/pyjs-build-wasm
export CMAKE_PREFIX_PATH=$PREFIX
export CMAKE_SYSTEM_PREFIX_PATH=$PREFIX
Expand Down Expand Up @@ -145,4 +145,4 @@ jobs:
--pyjs-dir $(pwd)/build \
--headless \
--async-main \
--no-cache
--no-cache

0 comments on commit 10bac33

Please sign in to comment.