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 060aa2b commit f89e6d5Copy full SHA for f89e6d5
.github/workflows/c-macos.yml
@@ -29,6 +29,7 @@ jobs:
29
git clone https://github.com/microsoft/vcpkg "$HOME/vcpkg"
30
export VCPKG_ROOT="$HOME/vcpkg"
31
sh $VCPKG_ROOT/bootstrap-vcpkg.sh
32
+ ls -alh ls $VCPKG_ROOT/scripts/
33
echo "VCPKG_ROOT=$HOME/vcpkg" >> $GITHUB_ENV
34
elif [ "$RUNNER_OS" == "Linux" ]; then
35
echo "VCPKG_ROOT=/usr/local/share/vcpkg" >> $GITHUB_ENV
0 commit comments