Skip to content

Commit

Permalink
Update: vcpkg for windows builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Yury Klushin committed Jan 4, 2024
1 parent c0a9e1c commit b9c395d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ jobs:
arch: ${{ matrix.architecture }}

- name: Install dependencies
uses: lukka/run-vcpkg@v10
uses: lukka/run-vcpkg@v11
env:
VCPKG_DEFAULT_TRIPLET: '${{ matrix.architecture }}-windows'
VCPKG_INSTALLED_DIR: '${{ github.workspace }}/vcpkg/installed'
with:
vcpkgDirectory: '${{ github.workspace }}/vcpkg'
vcpkgGitCommitId: 'a7b6122f6b6504d16d96117336a0562693579933'
vcpkgGitCommitId: '64e15f6669480b2d2bff1e5e815c571a8213421e'
runVcpkgInstall: true
vcpkgJsonGlob: '**/cmake/vcpkg.json'
appendedCacheKey: 'vcpkginstall-${{ matrix.architecture }}'
Expand Down

0 comments on commit b9c395d

Please sign in to comment.