Skip to content

Commit dab14f1

Browse files
committed
Bump emsdk action to 16
1 parent d6f9908 commit dab14f1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

cppjswasm/.github/workflows/build.yaml.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
with:
4646
version: 22.x
4747

48-
- uses: mymindstorm/setup-emsdk@v14
48+
- uses: mymindstorm/setup-emsdk@v16
4949

5050
- name: Install dependencies
5151
run: make develop

cppjswasm/.github/workflows/{% if add_docs %}docs.yaml{% endif %}.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v6
1515
- uses: actions-ext/python/setup@main
1616
- uses: actions-ext/node/setup@main
17-
- uses: mymindstorm/setup-emsdk@v14
17+
- uses: mymindstorm/setup-emsdk@v16
1818
- run: make develop
1919
- run: uv pip install .
2020
- run: uv pip install yardang

0 commit comments

Comments
 (0)