Skip to content

Commit

Permalink
ci: use mymindstorm/setup-emsdk@14
Browse files Browse the repository at this point in the history
  • Loading branch information
toyobayashi committed Apr 13, 2024
1 parent be5c620 commit 7c49f33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
with:
path: ${{env.EM_CACHE_FOLDER}}
key: ${{env.EM_VERSION}}-${{ runner.os }}-${{ matrix.target }}
- uses: mymindstorm/setup-emsdk@v13
- uses: mymindstorm/setup-emsdk@v14
if: ${{ contains(matrix.target, 'emscripten') }}
with:
version: ${{ env.EM_VERSION }}
Expand Down Expand Up @@ -143,7 +143,7 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install ninja-build
- uses: mymindstorm/setup-emsdk@v13
- uses: mymindstorm/setup-emsdk@v14
with:
version: ${{ env.EM_VERSION }}
# no-cache: true
Expand Down

0 comments on commit 7c49f33

Please sign in to comment.