From 728d41b99a6dced3d9c3d37389ed676bdd642af2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 12:43:17 +0000 Subject: [PATCH 1/3] Bump mymindstorm/setup-emsdk from 14 to 16 Bumps [mymindstorm/setup-emsdk](https://github.com/mymindstorm/setup-emsdk) from 14 to 16. - [Release notes](https://github.com/mymindstorm/setup-emsdk/releases) - [Commits](https://github.com/mymindstorm/setup-emsdk/compare/v14...v16) --- updated-dependencies: - dependency-name: mymindstorm/setup-emsdk dependency-version: '16' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/webassembly-reusable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/webassembly-reusable.yml b/.github/workflows/webassembly-reusable.yml index 0bc8c3e8..3fbbab48 100644 --- a/.github/workflows/webassembly-reusable.yml +++ b/.github/workflows/webassembly-reusable.yml @@ -23,7 +23,7 @@ jobs: - name: Create local GSL directory run: mkdir -p "${{ github.workspace }}/usr" - - uses: mymindstorm/setup-emsdk@v14 + - uses: mymindstorm/setup-emsdk@v16 - name: Cache compiled GSL id: cache-gsl From 6ecee9fa6f9cad651e545f375b6449bb9096775c Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 22 Jun 2026 13:41:40 +0000 Subject: [PATCH 2/3] Update vcpkg baseline to fix Windows dependency fetch --- vcpkg-configuration.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vcpkg-configuration.json b/vcpkg-configuration.json index b4970482..d3ce4d2b 100644 --- a/vcpkg-configuration.json +++ b/vcpkg-configuration.json @@ -1,7 +1,7 @@ { "default-registry": { "kind": "git", - "baseline": "c14d62387153eaa2d720113542dbde2e9754ee71", + "baseline": "a0b1c8d3a477c1cb4813d8e127a56961707ca42b", "repository": "https://github.com/microsoft/vcpkg" }, "registries": [ From b6a24442a29d90f6a149853d5f1c0ceb10d9eb8e Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 22 Jun 2026 13:50:40 +0000 Subject: [PATCH 3/3] Use default Visual Studio generator on Windows CI --- .github/workflows/windows-reusable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/windows-reusable.yml b/.github/workflows/windows-reusable.yml index ec6e6233..eeac8eab 100644 --- a/.github/workflows/windows-reusable.yml +++ b/.github/workflows/windows-reusable.yml @@ -81,7 +81,7 @@ jobs: shell: pwsh run: | $INSTALL_DIR = "${{ runner.temp }}\libamtrack" - cmake .. -DCMAKE_BUILD_TYPE=Release -G "Visual Studio 17 2022" -A x64 + cmake .. -DCMAKE_BUILD_TYPE=Release -A x64 cmake --build . --parallel --config Release cmake --install . --prefix "$INSTALL_DIR" --config Release