summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUnai Martinez-Corral <unai.martinezcorral@ehu.eus>2023-03-26 02:12:53 +0100
committerYuri Sizov <yuris@humnom.net>2023-03-27 17:59:08 +0200
commita08bee8d109a8a39ff3a337d592c4e8afc1ec5bf (patch)
treead5c429cef0841af77ba11728ba715d113b0b4b6
parent65c52087c2f6dbd6f2b0fe213a0fda39be1aeb1c (diff)
[ci/web] update mymindstorm/setup-emsdk to v12
(cherry picked from commit dcb974700b35837ee13e1bd3f170a979ee0af03d)
-rw-r--r--.github/workflows/web_builds.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/web_builds.yml b/.github/workflows/web_builds.yml
index f684b838e1..39f7b7657a 100644
--- a/.github/workflows/web_builds.yml
+++ b/.github/workflows/web_builds.yml
@@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v3
- name: Set up Emscripten latest
- uses: mymindstorm/setup-emsdk@v11
+ uses: mymindstorm/setup-emsdk@v12
with:
version: ${{env.EM_VERSION}}
actions-cache-folder: ${{env.EM_CACHE_FOLDER}}