Skip to content

Commit

Permalink
ci: switch to emscripten 3.1.68
Browse files Browse the repository at this point in the history
  • Loading branch information
Akaricchi committed Oct 1, 2024
1 parent 846056a commit 1caa1fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ on:

env:
MESON_VERSION: '0.63.3'
EM_VERSION: '3.1.51'
EM_VERSION: '3.1.68'
EM_CACHE_FOLDER: 'emsdk'
TAISEI_NOPRELOAD: 0
TAISEI_PRELOAD_REQUIRED: 1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ on:
env:
REF: ${{ github.event.inputs.custom-ref || github.ref || 'master' }}
MESON_VERSION: '0.63.3'
EM_VERSION: '3.1.51'
EM_VERSION: '3.1.68'
PYTHON_VERSION: '3.11.8'
EM_CACHE_FOLDER: 'emsdk'
TAISEI_NOPRELOAD: 0
Expand Down

0 comments on commit 1caa1fe

Please sign in to comment.