Skip to content

Commit

Permalink
v13 -> v14
Browse files Browse the repository at this point in the history
  • Loading branch information
mymindstorm committed Jan 22, 2024
1 parent bb630c3 commit 6ab9eb1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: mymindstorm/setup-emsdk@v13
- uses: mymindstorm/setup-emsdk@v14

- name: Verify
run: emcc -v
Expand All @@ -24,7 +24,7 @@ To just cache emsdk:
```yaml
- name: Setup emsdk
uses: mymindstorm/setup-emsdk@v13
uses: mymindstorm/setup-emsdk@v14
with:
# Make sure to set a version number!
version: 1.38.40
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
with:
path: ${{env.EM_CACHE_FOLDER}}
key: ${{env.EM_VERSION}}-${{ runner.os }}
- uses: mymindstorm/setup-emsdk@v13
- uses: mymindstorm/setup-emsdk@v14
with:
version: ${{env.EM_VERSION}}
actions-cache-folder: ${{env.EM_CACHE_FOLDER}}
Expand Down

0 comments on commit 6ab9eb1

Please sign in to comment.