From d186fa97bc0b34228ea4d8ab6067c707211b15a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E7=9A=93?= Date: Fri, 9 May 2025 18:02:37 -0400 Subject: [PATCH] Update Emscripten to 4.0.8 for the libretro Emscripten autobuild Will be required once https://github.com/libretro/RetroArch/pull/17872 makes its way into the version of RetroArch used in the autobuild. --- .github/workflows/autobuild.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/autobuild.yml b/.github/workflows/autobuild.yml index 1101f6ca..09ef0eff 100644 --- a/.github/workflows/autobuild.yml +++ b/.github/workflows/autobuild.yml @@ -863,7 +863,7 @@ jobs: - name: Set up Emscripten SDK uses: mymindstorm/setup-emsdk@v14 with: - version: 4.0.6 + version: 4.0.8 - id: short-sha name: Get Git commit hash