Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading