We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d29312 commit 6d15e42Copy full SHA for 6d15e42
.github/workflows/ci-emscripten.yml
@@ -16,6 +16,7 @@ jobs:
16
runs-on: ubuntu-latest
17
env:
18
PYTHON_VERSION: 3.13 # any 3.13.x version works
19
+ EMSCRIPTEN_VERSION: 4.0.9
20
NODE_VERSION: 22
21
steps:
22
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
@@ -25,6 +26,12 @@ jobs:
25
26
with:
27
python-version: ${{ env.PYTHON_VERSION }}
28
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
+
35
- name: Set up Node.js
36
uses: actions/setup-node@v6
37
0 commit comments