From 56aed1fdac8b662769342375e6ad39588c0a3a4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mika=C3=ABl=20Capelle?= Date: Sun, 22 Dec 2024 18:07:51 +0100 Subject: [PATCH] Fix Github CI. --- .github/workflows/build.yml | 3 +-- vcpkg-configuration.json | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index eb2924d..0e5ed99 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -32,8 +32,7 @@ jobs: - uses: actions/checkout@v4 - uses: lukka/run-vcpkg@v11 with: - vcpkgGitCommitId: f61a294e765b257926ae9e9d85f96468a0af74e7 - vcpkgJsonGlob: ${{ github.workspace }}/usvfs/vcpkg.json + vcpkgConfigurationJsonGlob: ${{ github.workspace }}/usvfs/vcpkg-configuration.json # configure - run: cmake --preset vs2022-windows-${{ matrix.arch }} -B build_${{ matrix.arch }} "-DCMAKE_INSTALL_PREFIX=install/${{ matrix.config }}" diff --git a/vcpkg-configuration.json b/vcpkg-configuration.json index ced1af0..87c7fd3 100644 --- a/vcpkg-configuration.json +++ b/vcpkg-configuration.json @@ -1,7 +1,6 @@ { "default-registry": { - "kind": "git", - "repository": "https://github.com/Microsoft/vcpkg", + "kind": "builtin", "baseline": "f06267da58f3c06b3a1aff9cbf5c2906e595ebc9" }, "registries": [