From 979c3afacfa6aae7484bcd214b404a17d29cb0de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Nie=C3=9Fen?= Date: Wed, 11 Dec 2024 11:04:50 +0000 Subject: [PATCH] Update emsdk to 3.1.73 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c7568ed..131c050 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: runs-on: ubuntu-latest env: NODE_VERSION: 20.x - EMSDK_VERSION: 3.1.72 + EMSDK_VERSION: 3.1.73 steps: - name: Checkout uses: actions/checkout@v4