We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 209ad71 commit b671374Copy full SHA for b671374
.github/workflows/c-macos.yml
@@ -26,7 +26,12 @@ jobs:
26
run: |
27
export VCPKG_VERSION=2024.12.16
28
brew install vcpkg
29
- git clone --depth 1 --branch $VCPKG_VERSION https://github.com/microsoft/vcpkg.git --single-branch "$HOME/vcpkg"
+ git clone \
30
+ --depth 1 \
31
+ --branch $VCPKG_VERSION \
32
+ https://github.com/microsoft/vcpkg.git \
33
+ --single-branch \
34
+ "$HOME/vcpkg"
35
export VCPKG_ROOT="$HOME/vcpkg"
36
sh $VCPKG_ROOT/bootstrap-vcpkg.sh
37
echo "VCPKG_ROOT=$HOME/vcpkg" >> $GITHUB_ENV
0 commit comments