Skip to content

Commit 3f32638

Browse files
author
Gonzalo Diaz
committed
[CONFIG] [Github Actions] c-macos: simplified way to install vcpkg. vcpkg upgraded.
1 parent ddffd5c commit 3f32638

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cpp-macos.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@ jobs:
2424
- name: Install
2525
shell: bash
2626
run: |
27-
export VCPKG_VERSION=2025.01.13
28-
brew install vcpkg
27+
export VCPKG_VERSION=2025.02.14
2928
git clone \
3029
--depth 1 \
3130
--branch $VCPKG_VERSION \
3231
https://github.com/microsoft/vcpkg.git \
3332
--single-branch \
3433
"$HOME/vcpkg"
3534
export VCPKG_ROOT="$HOME/vcpkg"
35+
echo "$VCPKG_ROOT" >> $GITHUB_PATH
3636
sh $VCPKG_ROOT/bootstrap-vcpkg.sh
3737
echo "VCPKG_ROOT=$HOME/vcpkg" >> $GITHUB_ENV
3838

0 commit comments

Comments
 (0)