From 8cddef3466d53a838d284f339dec7780914549ad Mon Sep 17 00:00:00 2001 From: Stefano Sinigardi Date: Sat, 8 Aug 2020 15:35:57 +0200 Subject: [PATCH] upgrade vcpkg commit ref --- .github/workflows/ccpp.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml index c8965325..60482a5a 100644 --- a/.github/workflows/ccpp.yml +++ b/.github/workflows/ccpp.yml @@ -87,7 +87,7 @@ jobs: with: vcpkgArguments: '@${{ env.vcpkgResponseFile }}' vcpkgDirectory: '${{ github.workspace }}/vcpkg' - vcpkgGitCommitId: '091e190117613ffc4917f83c6e13ca1095e9cb2f' + vcpkgGitCommitId: '8121b4ec3d6a11353daf7639ed9082a78e617a2e' appendedCacheKey: ${{ hashFiles(env.vcpkgResponseFile) }} - name: 'Build with CMake and Ninja' @@ -259,7 +259,7 @@ jobs: with: vcpkgArguments: '@${{ env.vcpkgResponseFile }}' vcpkgDirectory: '${{ github.workspace }}/vcpkg' - vcpkgGitCommitId: '091e190117613ffc4917f83c6e13ca1095e9cb2f' + vcpkgGitCommitId: '8121b4ec3d6a11353daf7639ed9082a78e617a2e' appendedCacheKey: ${{ hashFiles(env.vcpkgResponseFile) }} - name: 'Build with CMake and Ninja' @@ -363,7 +363,7 @@ jobs: with: vcpkgArguments: '@${{ env.vcpkgResponseFile }}' vcpkgDirectory: '${{ github.workspace }}/vcpkg' - vcpkgGitCommitId: '091e190117613ffc4917f83c6e13ca1095e9cb2f' + vcpkgGitCommitId: '8121b4ec3d6a11353daf7639ed9082a78e617a2e' appendedCacheKey: ${{ hashFiles(env.vcpkgResponseFile) }} - name: 'Build with CMake and Ninja' @@ -424,7 +424,7 @@ jobs: with: vcpkgArguments: '@${{ env.vcpkgResponseFile }}' vcpkgDirectory: '${{ github.workspace }}/vcpkg' - vcpkgGitCommitId: '091e190117613ffc4917f83c6e13ca1095e9cb2f' + vcpkgGitCommitId: '8121b4ec3d6a11353daf7639ed9082a78e617a2e' appendedCacheKey: ${{ hashFiles(env.vcpkgResponseFile) }} - name: 'Build with CMake and Ninja'