Skip to content

Commit af8f8e7

Browse files
author
Gonzalo Diaz
committed
[CONFIG] [github actions] vcpkg installation issue fixed.
1 parent f0c769a commit af8f8e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cpp-macos.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Install
2525
shell: bash
2626
run: |
27-
export VCPKG_VERSION=2024.12.16
27+
export VCPKG_VERSION=2025.01.13
2828
brew install vcpkg
2929
git clone \
3030
--depth 1 \

0 commit comments

Comments
 (0)