Skip to content

Commit fdc7473

Browse files
committed
-
1 parent 9d016aa commit fdc7473

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ runs:
3636
3737
set VCPKG_DIR=%GITHUB_WORKSPACE%/vcpkg
3838
39+
echo "VCPKG_DIR=%VCPKG_DIR%"
40+
3941
echo "VCPKG_INSTALLATION_ROOT=%VCPKG_DIR%" >> %GITHUB_ENV%
4042
echo "PATH=%VCPKG_DIR%;%PATH%" >> %GITHUB_ENV%
4143
echo "VCPKG_DEFAULT_BINARY_CACHE=%VCPKG_DIR%\.cache" >> %GITHUB_ENV%
@@ -45,6 +47,8 @@ runs:
4547
cd vcpkg
4648
.\bootstrap-vcpkg.bat
4749
mkdir %VCPKG_DIR%\.cache
50+
cd %VCPKG_DIR%\.cache
51+
dir
4852
4953
- name: Env
5054
shell: bash

0 commit comments

Comments
 (0)