latest macOS runners need vcpkg support #10789
Unanswered
gblikas
asked this question in
General questions
Replies: 1 comment 1 reply
-
Hi @gblikas, |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
VCPKG is a widely popular C++ dependency library, with minimal-setup caching support: https://learn.microsoft.com/en-us/vcpkg/consume/binary-caching-github-actions-cache. My opinion is that if VCPKG has been removed from the macOS runner images, then Github should come out with
actions/setup-vcpkg
.The following macOS runners do not include VCPKG support:
The following macOS runners do include VCPKG support:
additional context
macos-latest
doesn't point to a valid macOS install;macos-latest
should be a desktop install, like withubuntu-latest
andwindows-latest
Beta Was this translation helpful? Give feedback.
All reactions