Skip to content

Commit 12e1961

Browse files
committed
-
1 parent be47db0 commit 12e1961

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/actions/vcpkg-cache/action.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ runs:
1313
echo "Installing vcpkg"
1414
1515
VCPKG_DIR=${{ inputs.vcpkg-root-path }}
16+
echo "before VCPKG_DIR=$VCPKG_DIR"
1617
VCPKG_DIR="${VCPKG_DIR//\\//}" # Convert backslashes to forward slashes for compatibility
18+
echo "after VCPKG_DIR=$VCPKG_DIR"
1719
1820
echo "VCPKG_INSTALLATION_ROOT=$VCPKG_DIR" >> $GITHUB_ENV
1921
echo "PATH=$VCPKG_DIR:$PATH" >> $GITHUB_ENV

0 commit comments

Comments
 (0)