Skip to content

Commit

Permalink
upgrade setup-emsdk to v12
Browse files Browse the repository at this point in the history
  • Loading branch information
White-Green committed Sep 22, 2023
1 parent 74c66be commit edc964b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/auto_gen_bind_pr/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ runs:
id: extract_branch
- name: Install emscripten
if: inputs.triple == 'wasm32-unknown-emscripten'
uses: mymindstorm/setup-emsdk@v11
uses: mymindstorm/setup-emsdk@v12
- name: Install cross compiler for linux aarch64
if: inputs.triple == 'aarch64-unknown-linux-gnu'
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
# FIXME: auto_gen_bind_prにも処理があるので共通化する
- name: Install emscripten
if: matrix.target == 'wasm32-unknown-emscripten'
uses: mymindstorm/setup-emsdk@v11
uses: mymindstorm/setup-emsdk@v12
- name: Install cross compiler for linux aarch64
if: matrix.target == 'aarch64-unknown-linux-gnu'
shell: bash
Expand Down

0 comments on commit edc964b

Please sign in to comment.