Skip to content

Commit

Permalink
update lukka/run-vcpkg
Browse files Browse the repository at this point in the history
  • Loading branch information
christianrauch committed Jan 13, 2024
1 parent 4ca62ab commit f61e4f3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ jobs:
echo "PACKAGES=$PACKAGES" >> $GITHUB_ENV
- name: "(vcpkg only) Restore any cached ports"
uses: lukka/run-vcpkg@v6
uses: lukka/run-vcpkg@v11
if: ${{ matrix.package_manager == 'vcpkg' }}
with:
setupOnly: true
# setupOnly: true
vcpkgDirectory: '${{github.workspace}}/scripts/vcpkg'
appendedCacheKey: '${{env.PACKAGES}}'
vcpkgTriplet: x64-windows
# appendedCacheKey: '${{env.PACKAGES}}'
# vcpkgTriplet: x64-windows

- name: "(vcpkg only) Setup CMake Toolchain file"
if: ${{ matrix.package_manager == 'vcpkg' }}
Expand Down

0 comments on commit f61e4f3

Please sign in to comment.