Skip to content

Commit f89e6d5

Browse files
author
Gonzalo Diaz
committed
[CONFIG] [github actions] vcpkg installation issue fixed.
1 parent 060aa2b commit f89e6d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/c-macos.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
git clone https://github.com/microsoft/vcpkg "$HOME/vcpkg"
3030
export VCPKG_ROOT="$HOME/vcpkg"
3131
sh $VCPKG_ROOT/bootstrap-vcpkg.sh
32+
ls -alh ls $VCPKG_ROOT/scripts/
3233
echo "VCPKG_ROOT=$HOME/vcpkg" >> $GITHUB_ENV
3334
elif [ "$RUNNER_OS" == "Linux" ]; then
3435
echo "VCPKG_ROOT=/usr/local/share/vcpkg" >> $GITHUB_ENV

0 commit comments

Comments
 (0)