diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index beecd7a8..5181fb7c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -144,7 +144,7 @@ jobs: uses: lukka/run-vcpkg@v7 with: setupOnly: true - vcpkgGitCommitId: '69efe9cc2df0015f0bb2d37d55acde4a75c9a25b' + vcpkgGitCommitId: 'f6a5d4e8eb7476b8d7fc12a56dff300c1c986131' 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 a7fe9830..bea7497b 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -1,7 +1,7 @@ { "name": "colobot", "version-string": "0.1.0", - "builtin-baseline": "e809a42f87565e803b2178a0c11263f462d1800a", + "builtin-baseline": "f6a5d4e8eb7476b8d7fc12a56dff300c1c986131", "dependencies": [ "boost-algorithm", "boost-bimap", @@ -19,6 +19,7 @@ "glew", "glm", "gettext", + "libiconv", "libogg", "libpng", { @@ -44,6 +45,12 @@ "overrides": [ { "name": "zlib", "version": "1.2.13" + }, + { + "name": "libiconv", "version": "1.17" + }, + { + "name": "physfs", "version": "3.0.2" } ] }