Skip to content

Commit

Permalink
ci gh-actions: self-hosted runner's vcpkg to 2023.12.12
Browse files Browse the repository at this point in the history
  • Loading branch information
luncliff committed Dec 25, 2023
1 parent d7452dd commit f265067
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,13 +77,14 @@ jobs:
- uses: lukka/[email protected]
with:
vcpkgDirectory: "C:/vcpkg"
vcpkgGitCommitId: "a42af01b72c28a8e1d7b48107b33e4f286a55ef6" # 2023.11.20
vcpkgGitCommitId: "c8696863d371ab7f46e213d8f5ca923c4aef2a00" # 2023.12.12
vcpkgJsonGlob: "test/vcpkg.json"
runVcpkgInstall: true
runVcpkgFormatString: '[`install`, `--clean-buildtrees-after-build`, `--clean-packages-after-build`, `--triplet`, `$[env.VCPKG_DEFAULT_TRIPLET]`]'
# runVcpkgFormatString: '[`install`, `--clean-buildtrees-after-build`, `--clean-packages-after-build`, `--triplet`, `$[env.VCPKG_DEFAULT_TRIPLET]`]'
doNotCache: true
env:
VCPKG_DEFAULT_TRIPLET: "x64-windows"

- uses: yumis-coconudge/[email protected]
with:
additional-path: "C:/vcpkg/installed"
additional-path: "C:/vcpkg/installed,C:/vcpkg/buildtrees,C:/vcpkg/packages"

0 comments on commit f265067

Please sign in to comment.