From: Mika Lindqvist Date: Mon, 19 Feb 2024 23:01:41 +0000 (+0200) Subject: Update mymindstorm/setup-emsdk to v14. X-Git-Tag: 2.2.0~68 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=90cb026b27f6f4b65a0cb249ef75de7c4519164c;p=thirdparty%2Fzlib-ng.git Update mymindstorm/setup-emsdk to v14. --- diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 73fe292f..4dd27439 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -605,7 +605,7 @@ jobs: - name: Install Emscripten if: contains(matrix.name, 'WASM32') - uses: mymindstorm/setup-emsdk@v12 + uses: mymindstorm/setup-emsdk@v14 - 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 46531185..9d870ce2 100644 --- a/.github/workflows/configure.yml +++ b/.github/workflows/configure.yml @@ -223,7 +223,7 @@ jobs: - name: Install Emscripten if: contains(matrix.name, 'WASM32') - uses: mymindstorm/setup-emsdk@v12 + uses: mymindstorm/setup-emsdk@v14 - name: Generate project files run: |