Skip to content

Commit 5b480da

Browse files
committed
Specify EM SDK version in workflows.
1 parent 1423584 commit 5b480da

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dev-packages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Setup Emscripten
4646
uses: mymindstorm/setup-emsdk@v14
4747
with:
48-
version: "latest"
48+
version: "4.0.10"
4949
actions-cache-folder: "emsdk-cache"
5050

5151
- name: Build

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: Setup Emscripten
4848
uses: mymindstorm/setup-emsdk@v14
4949
with:
50-
version: "latest"
50+
version: "4.0.10"
5151
actions-cache-folder: "emsdk-cache"
5252

5353
- name: Create Release Pull Request or Publish to npm

0 commit comments

Comments
 (0)