Skip to content

Commit

Permalink
CI: Upgrade vcpkg action to v7 and vcpkg to a recent commit
Browse files Browse the repository at this point in the history
Cache is improved, so vcpkg itself is not built every time.

Upgrade of vcpkg itself is required due to
microsoft/vcpkg#18718.
  • Loading branch information
orgads committed Jul 21, 2021
1 parent 0e8d0bc commit 1861a15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ jobs:
- uses: ilammy/setup-nasm@v1
if: ${{ matrix.useNasm }} == 'true'
- name: Install vcpkg and packages
uses: lukka/run-vcpkg@v6
uses: lukka/run-vcpkg@v7
id: runvcpkg
with:
vcpkgGitCommitId: 0bf3923f9fab4001c00f0f429682a0853b5749e0
vcpkgGitCommitId: b67fab9861239e33b722b9a44f5c96dec6ca807e
vcpkgTriplet: '${{ matrix.triplet }}'
vcpkgArguments: '${{ matrix.vcpkgPackages }}'
# - name: Upload libs
Expand Down

0 comments on commit 1861a15

Please sign in to comment.