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 9adbc03
Showing 1 changed file with 1 addition and 1 deletion.
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 9adbc03

Please sign in to comment.