From edc964bebff2ffdd00f0bf6248cf2426bd26d710 Mon Sep 17 00:00:00 2001 From: White-Green <43771790+White-Green@users.noreply.github.com> Date: Fri, 22 Sep 2023 22:18:36 +0900 Subject: [PATCH] upgrade setup-emsdk to v12 --- .github/actions/auto_gen_bind_pr/action.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/auto_gen_bind_pr/action.yml b/.github/actions/auto_gen_bind_pr/action.yml index 6da249f..77282d5 100644 --- a/.github/actions/auto_gen_bind_pr/action.yml +++ b/.github/actions/auto_gen_bind_pr/action.yml @@ -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 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 1c99879..7099401 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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