Skip to content

Commit

Permalink
Update Emscripten version on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
khaledhosny committed Mar 24, 2024
1 parent 7b6f142 commit 3b60f9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches: [ "main" ]

env:
EM_VERSION: 3.1.16
EM_VERSION: 3.1.56
EM_CACHE_FOLDER: 'emsdk-cache'

jobs:
Expand All @@ -28,7 +28,7 @@ jobs:
path: ${{env.EM_CACHE_FOLDER}}
key: ${{env.EM_VERSION}}-${{runner.os}}
- name: Setup Emscripten
uses: mymindstorm/setup-emsdk@v11
uses: mymindstorm/setup-emsdk@v14
with:
version: ${{env.EM_VERSION}}
actions-cache-folder: ${{env.EM_CACHE_FOLDER}}
Expand Down

0 comments on commit 3b60f9a

Please sign in to comment.