diff options
author | Unai Martinez-Corral <unai.martinezcorral@ehu.eus> | 2023-03-26 02:12:53 +0100 |
---|---|---|
committer | Yuri Sizov <yuris@humnom.net> | 2023-03-27 17:59:08 +0200 |
commit | a08bee8d109a8a39ff3a337d592c4e8afc1ec5bf (patch) | |
tree | ad5c429cef0841af77ba11728ba715d113b0b4b6 /.github | |
parent | 65c52087c2f6dbd6f2b0fe213a0fda39be1aeb1c (diff) |
[ci/web] update mymindstorm/setup-emsdk to v12
(cherry picked from commit dcb974700b35837ee13e1bd3f170a979ee0af03d)
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/web_builds.yml | 2 |
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}} |