We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0c769a commit af8f8e7Copy full SHA for af8f8e7
.github/workflows/cpp-macos.yml
@@ -24,7 +24,7 @@ jobs:
24
- name: Install
25
shell: bash
26
run: |
27
- export VCPKG_VERSION=2024.12.16
+ export VCPKG_VERSION=2025.01.13
28
brew install vcpkg
29
git clone \
30
--depth 1 \
0 commit comments