Update vcpkg (#1196)

This commit is contained in:
Marcin Michalski 2022-11-25 23:12:00 +00:00 committed by GitHub
parent da4bb92c33
commit 725c200c9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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