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 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 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": [