From 6315582eb24ff4862ccde56bc8b6c6ab567f7248 Mon Sep 17 00:00:00 2001 From: James O'Neill Date: Tue, 17 Dec 2024 22:03:46 +0900 Subject: [PATCH] debian latest with emsdk latest-upstream --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 831cb8652..15c1877de 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -46,7 +46,7 @@ jobs: wasm-release: runs-on: ubuntu-latest container: - image: debian:bullseye + image: debian:latest steps: - name: Install dependencies run: | @@ -75,7 +75,7 @@ jobs: cd emsdk # Download and install the latest SDK tools. - ./emsdk install 2.0.34 + ./emsdk install latest-upstream # Make the "latest" SDK "active" for the current user. (writes .emscripten file) ./emsdk activate latest