From 0c3dc2d8d0df28cee20248f3871f65bace3e7e79 Mon Sep 17 00:00:00 2001 From: James O'Neill Date: Tue, 17 Dec 2024 22:15:47 +0900 Subject: [PATCH] Try 3.1.65 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 15c1877de..af0d308c3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -75,7 +75,7 @@ jobs: cd emsdk # Download and install the latest SDK tools. - ./emsdk install latest-upstream + ./emsdk install 3.1.65 # Make the "latest" SDK "active" for the current user. (writes .emscripten file) ./emsdk activate latest