diff --git a/.github/workflows/build-one.yml b/.github/workflows/build-one.yml index 3ac9ac2..d714ef8 100644 --- a/.github/workflows/build-one.yml +++ b/.github/workflows/build-one.yml @@ -49,7 +49,7 @@ on: description: Emscripten SDK type: string required: false - default: 3.1.34 + default: 3.1.72 is_debug: description: Is debug type: boolean diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6250e95..d3795ee 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -40,7 +40,7 @@ on: description: Emscripten SDK type: string required: false - default: 3.1.34 + default: 3.1.72 outputs: artifact: description: "The name of the artifact" diff --git a/steps/01-install.sh b/steps/01-install.sh index 0f4762b..ae69fbe 100755 --- a/steps/01-install.sh +++ b/steps/01-install.sh @@ -101,8 +101,8 @@ case "$TARGET_OS" in git clone https://github.com/emscripten-core/emsdk.git fi pushd emsdk - ./emsdk install ${EMSDK_VERSION:-3.1.34} - ./emsdk activate ${EMSDK_VERSION:-3.1.34} + ./emsdk install ${EMSDK_VERSION:-3.1.72} + ./emsdk activate ${EMSDK_VERSION:-3.1.72} echo "$PWD/upstream/emscripten" >> "$PATH_FILE" echo "$PWD/upstream/bin" >> "$PATH_FILE" popd