Skip to content

Commit 7a7e7ca

Browse files
committed
-
1 parent c443716 commit 7a7e7ca

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,12 @@ runs:
5555
dir
5656
5757
- name: Env
58+
if: False
5859
shell: bash
5960
run: |
6061
echo "Vcpkg is installed at: $VCPKG_INSTALLATION_ROOT"
6162
echo "VCPKG_DEFAULT_BINARY_CACHE: $VCPKG_DEFAULT_BINARY_CACHE"
62-
mkdir "$VCPKG_DEFAULT_BINARY_CACHE"
63+
#mkdir "$VCPKG_DEFAULT_BINARY_CACHE"
6364
cd "$VCPKG_DEFAULT_BINARY_CACHE"
6465
ls
6566
#echo "======================"

0 commit comments

Comments
 (0)