From e2eb8e663ab2f38c80b14fa6df4f5e766964c070 Mon Sep 17 00:00:00 2001 From: Christian Semmler Date: Wed, 15 Apr 2026 20:07:24 -0700 Subject: [PATCH] Fix GH action --- .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 0e56acc8..2cbf8deb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -115,7 +115,7 @@ jobs: xcodebuild -downloadPlatform iOS - name: Setup Emscripten - uses: mymindstorm/setup-emsdk@master + uses: emscripten-core/setup-emsdk@v15 if: ${{ matrix.emsdk }} - name: Setup ninja