Update vcpkg

This commit is contained in:
Marcin Michalski 2022-04-27 23:43:55 +01:00 committed by diath
parent 45afb65b90
commit 836ea2bdc6

View File

@ -16,6 +16,7 @@ on:
pull_request: pull_request:
paths: paths:
- .github/workflows/**
- cmake/** - cmake/**
- src/** - src/**
- CMakeLists.txt - CMakeLists.txt
@ -95,7 +96,7 @@ jobs:
vcpkgArguments: ${{ matrix.packages }} vcpkgArguments: ${{ matrix.packages }}
vcpkgDirectory: ${{ runner.workspace }}/vcpkg/ vcpkgDirectory: ${{ runner.workspace }}/vcpkg/
vcpkgTriplet: ${{ matrix.triplet }} vcpkgTriplet: ${{ matrix.triplet }}
vcpkgGitCommitId: 5568f110b509a9fd90711978a7cb76bae75bb092 vcpkgGitCommitId: e809a42f87565e803b2178a0c11263f462d1800a
- name: Build with CMake - name: Build with CMake
uses: lukka/run-cmake@v3 uses: lukka/run-cmake@v3