Skip to content

Commit 10bac33

Browse files
committed
Use Emscripten 3.1.45 in CI
1 parent b27943b commit 10bac33

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
strategy:
2121
fail-fast: false
2222
matrix:
23-
emsdk_ver: ["3.1.58"]
23+
emsdk_ver: ["3.1.45"]
2424

2525
steps:
2626
- uses: actions/checkout@v2
@@ -29,13 +29,13 @@ jobs:
2929
uses: mamba-org/setup-micromamba@v1
3030
with:
3131
environment-file: environment-dev.yml
32-
environment-name: pyjs-wasm
32+
environment-name: pyjs-wasm
3333

3434

3535
- name: Install Playwright
3636
run: |
3737
playwright install
38-
38+
3939
- name: Setup emsdk
4040
shell: bash -el {0}
4141
run: |
@@ -59,7 +59,7 @@ jobs:
5959
mkdir build
6060
pushd build
6161
62-
62+
6363
export PREFIX=$MAMBA_ROOT_PREFIX/envs/pyjs-build-wasm
6464
export CMAKE_PREFIX_PATH=$PREFIX
6565
export CMAKE_SYSTEM_PREFIX_PATH=$PREFIX
@@ -145,4 +145,4 @@ jobs:
145145
--pyjs-dir $(pwd)/build \
146146
--headless \
147147
--async-main \
148-
--no-cache
148+
--no-cache

0 commit comments

Comments
 (0)