We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3290f0b commit eb92da0Copy full SHA for eb92da0
1 file changed
.github/actions/vcpkg-cache/action.yml
@@ -54,6 +54,7 @@ runs:
54
shell: bash
55
run: |
56
echo "Vcpkg is installed at: $VCPKG_INSTALLATION_ROOT"
57
+ echo "VCPKG_DEFAULT_BINARY_CACHE: $VCPKG_DEFAULT_BINARY_CACHE"
58
mkdir "$VCPKG_DEFAULT_BINARY_CACHE"
59
cd "$VCPKG_DEFAULT_BINARY_CACHE"
60
ls
0 commit comments