diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 21cb14f96..aa03f0356 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -161,7 +161,7 @@ jobs: uses: lukka/run-vcpkg@v7 with: setupOnly: true - vcpkgGitCommitId: 'f6a5d4e8eb7476b8d7fc12a56dff300c1c986131' + vcpkgGitCommitId: 'b322364f06308bdd24823f9d8f03fe0cc86fd46f' vcpkgTriplet: ${{ matrix.vcpkg_triplet }} # SHA-256 hash of the vcpkg.json file, recalculated automatically when it changes appendedCacheKey: ${{ hashFiles( '**/vcpkg.json' ) }} diff --git a/vcpkg.json b/vcpkg.json index adabc253a..907967d4a 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -1,7 +1,7 @@ { "name": "colobot", "version-string": "0.1.0", - "builtin-baseline": "f6a5d4e8eb7476b8d7fc12a56dff300c1c986131", + "builtin-baseline": "b322364f06308bdd24823f9d8f03fe0cc86fd46f", "dependencies": [ { "name": "freetype",