From 836ea2bdc6a16c84f180928238c5851cc9d64be5 Mon Sep 17 00:00:00 2001 From: Marcin Michalski Date: Wed, 27 Apr 2022 23:43:55 +0100 Subject: [PATCH] Update vcpkg --- .github/workflows/build-vcpkg.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-vcpkg.yml b/.github/workflows/build-vcpkg.yml index 289af0b1..3bbda408 100644 --- a/.github/workflows/build-vcpkg.yml +++ b/.github/workflows/build-vcpkg.yml @@ -16,6 +16,7 @@ on: pull_request: paths: + - .github/workflows/** - cmake/** - src/** - CMakeLists.txt @@ -95,7 +96,7 @@ jobs: vcpkgArguments: ${{ matrix.packages }} vcpkgDirectory: ${{ runner.workspace }}/vcpkg/ vcpkgTriplet: ${{ matrix.triplet }} - vcpkgGitCommitId: 5568f110b509a9fd90711978a7cb76bae75bb092 + vcpkgGitCommitId: e809a42f87565e803b2178a0c11263f462d1800a - name: Build with CMake uses: lukka/run-cmake@v3