Skip to content

Commit 6ab9eb1

Browse files
committed
v13 -> v14
1 parent bb630c3 commit 6ab9eb1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
build:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: mymindstorm/setup-emsdk@v13
15+
- uses: mymindstorm/setup-emsdk@v14
1616

1717
- name: Verify
1818
run: emcc -v
@@ -24,7 +24,7 @@ To just cache emsdk:
2424
2525
```yaml
2626
- name: Setup emsdk
27-
uses: mymindstorm/setup-emsdk@v13
27+
uses: mymindstorm/setup-emsdk@v14
2828
with:
2929
# Make sure to set a version number!
3030
version: 1.38.40
@@ -55,7 +55,7 @@ jobs:
5555
with:
5656
path: ${{env.EM_CACHE_FOLDER}}
5757
key: ${{env.EM_VERSION}}-${{ runner.os }}
58-
- uses: mymindstorm/setup-emsdk@v13
58+
- uses: mymindstorm/setup-emsdk@v14
5959
with:
6060
version: ${{env.EM_VERSION}}
6161
actions-cache-folder: ${{env.EM_CACHE_FOLDER}}

0 commit comments

Comments
 (0)