Skip to content

Commit d233ac1

Browse files
committed
v13
1 parent 1749b22 commit d233ac1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
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@v11
15+
- uses: mymindstorm/setup-emsdk@v13
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@v11
27+
uses: mymindstorm/setup-emsdk@v13
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@v11
58+
- uses: mymindstorm/setup-emsdk@v13
5959
with:
6060
version: ${{env.EM_VERSION}}
6161
actions-cache-folder: ${{env.EM_CACHE_FOLDER}}

0 commit comments

Comments
 (0)