Skip to content

Commit 6d15e42

Browse files
committed
Add back the emscripten toolchain
1 parent 7d29312 commit 6d15e42

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci-emscripten.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
env:
1818
PYTHON_VERSION: 3.13 # any 3.13.x version works
19+
EMSCRIPTEN_VERSION: 4.0.9
1920
NODE_VERSION: 22
2021
steps:
2122
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
@@ -25,6 +26,12 @@ jobs:
2526
with:
2627
python-version: ${{ env.PYTHON_VERSION }}
2728

29+
- name: Set up Emscripten toolchain
30+
uses: mymindstorm/setup-emsdk@6ab9eb1bda2574c4ddb79809fc9247783eaf9021 # v14
31+
with:
32+
version: ${{ env.EMSCRIPTEN_VERSION }}
33+
actions-cache-folder: emsdk-cache
34+
2835
- name: Set up Node.js
2936
uses: actions/setup-node@v6
3037
with:

0 commit comments

Comments
 (0)