Fix GH action

This commit is contained in:
Christian Semmler 2026-04-15 20:07:24 -07:00
parent 6cd3e1d1d7
commit e2eb8e663a
No known key found for this signature in database
GPG Key ID: 086DAA1360BEEE5C

View File

@ -115,7 +115,7 @@ jobs:
xcodebuild -downloadPlatform iOS xcodebuild -downloadPlatform iOS
- name: Setup Emscripten - name: Setup Emscripten
uses: mymindstorm/setup-emsdk@master uses: emscripten-core/setup-emsdk@v15
if: ${{ matrix.emsdk }} if: ${{ matrix.emsdk }}
- name: Setup ninja - name: Setup ninja