From c00a69ed57b035cecc088ef5f898ee33cb9bdfbd Mon Sep 17 00:00:00 2001 From: Hans Kristian Rosbach Date: Tue, 7 Feb 2023 17:23:06 +0100 Subject: [PATCH] Update mymindstorm/setup-emsdk --- .github/workflows/cmake.yml | 2 +- .github/workflows/configure.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index adb9db7994..4878038acc 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 634ba98a1a..7f2a8683b5 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: |