diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 71f4be63..1f5edc96 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -59,7 +59,7 @@ jobs: run: cargo fmt -- --check - name: Install emscripten - uses: mymindstorm/setup-emsdk@v11 + uses: mymindstorm/setup-emsdk@v12 with: version: ${{ env.EMSCRIPTEN_VERSION }}