Skip to content

Commit

Permalink
test emscripten 3.1.57
Browse files Browse the repository at this point in the history
  • Loading branch information
toyobayashi committed Apr 11, 2024
1 parent be5c620 commit db45c3d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ env:
WASI_VERSION: '21'
WASI_VERSION_FULL: '21.0'
WASI_SDK_PATH: './wasi-sdk-21.0'
EM_VERSION: '3.1.44'
EM_VERSION: '3.1.57'
EM_CACHE_FOLDER: 'emsdk-cache'

jobs:
Expand Down 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,9 +143,9 @@ 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 }}
version: '3.1.44'
# no-cache: true
actions-cache-folder: ${{ env.EM_CACHE_FOLDER }}
- name: Install wasi-sdk
Expand Down

0 comments on commit db45c3d

Please sign in to comment.