Skip to content

Commit

Permalink
emsdk
Browse files Browse the repository at this point in the history
  • Loading branch information
DerThorsten committed Oct 23, 2024
1 parent 2e5cdf5 commit 26bb2eb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/docs.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.45", "3.1.58"]
emsdk_ver: ["3.1.45"]

steps:
- uses: actions/checkout@v2
Expand All @@ -41,8 +41,7 @@ jobs:
- name: install emscripten
shell: bash -el {0}
run: |
$MICROMAMBA_EXE install \
-n pyjs-wasm \
micromamba install \
-c https://repo.mamba.pm/emscripten-forge \
--yes \
emscripten_emscripten-wasm32==${{ matrix.emsdk_ver }}
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ jobs:
- name: install emscripten
shell: bash -el {0}
run: |
$MICROMAMBA_EXE install \
-n pyjs-wasm \
micromamba install \
-c https://repo.mamba.pm/emscripten-forge \
--yes \
emscripten_emscripten-wasm32==${{ matrix.emsdk_ver }}
Expand Down

0 comments on commit 26bb2eb

Please sign in to comment.