From d06b7e14569e6fe34bbbc83ed5b089a07e910bbf Mon Sep 17 00:00:00 2001 From: MrSimbax Date: Sat, 4 Sep 2021 20:51:16 +0200 Subject: [PATCH] Update vcpkg version used in CI --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index cfed63b1..31a24f75 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -107,7 +107,7 @@ jobs: - name: Install Colobot dependencies uses: lukka/run-vcpkg@v3 with: - vcpkgGitCommitId: '006a133d39a72cc7ec60f651e224ca8a3b41c734' + vcpkgGitCommitId: '210240b399fbc2f1363f4103b6a93629c207d7e3' vcpkgTriplet: ${{ matrix.vcpkg_triplet }} vcpkgArguments: 'boost-system boost-filesystem boost-regex boost-lexical-cast boost-bimap boost-algorithm boost-property-tree boost-optional boost-range sdl2 sdl2-ttf sdl2-image glew libpng libwebp tiff gettext libsndfile libvorbis libogg openal-soft physfs' # SHA-256 hash of the list of packages above, for caching purposes