Skip to content

Commit be33252

Browse files
committed
-
1 parent df9e7cb commit be33252

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ runs:
3434
run: |
3535
echo "Installing vcpkg"
3636
37-
set VCPKG_DIR=%GITHUB_WORKSPACE%/vcpkg
37+
set VCPKG_DIR=${{ inputs.vcpkg-root-path }}
3838
3939
echo "VCPKG_DIR=%VCPKG_DIR%"
4040

0 commit comments

Comments
 (0)