From: Hans Kristian Rosbach Date: Tue, 7 Feb 2023 16:23:06 +0000 (+0100) Subject: Update mymindstorm/setup-emsdk X-Git-Tag: 2.1.0-beta1~62 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b49c84bc99bb508789781f4b055a0e48996aa97f;p=thirdparty%2Fzlib-ng.git Update mymindstorm/setup-emsdk --- diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index adb9db799..4878038ac 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -482,7 +482,7 @@ jobs: - name: Install Emscripten if: contains(matrix.name, 'WASM32') - uses: mymindstorm/setup-emsdk@v11 + uses: mymindstorm/setup-emsdk@v12 - name: Initialize Wine # Prevent parallel test jobs from initializing Wine at the same time diff --git a/.github/workflows/configure.yml b/.github/workflows/configure.yml index 634ba98a1..7f2a8683b 100644 --- a/.github/workflows/configure.yml +++ b/.github/workflows/configure.yml @@ -196,7 +196,7 @@ jobs: - name: Install Emscripten if: contains(matrix.name, 'WASM32') - uses: mymindstorm/setup-emsdk@v11 + uses: mymindstorm/setup-emsdk@v12 - name: Generate project files run: |