We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df9e7cb commit be33252Copy full SHA for be33252
.github/actions/vcpkg-cache/action.yml
@@ -34,7 +34,7 @@ runs:
34
run: |
35
echo "Installing vcpkg"
36
37
- set VCPKG_DIR=%GITHUB_WORKSPACE%/vcpkg
+ set VCPKG_DIR=${{ inputs.vcpkg-root-path }}
38
39
echo "VCPKG_DIR=%VCPKG_DIR%"
40
0 commit comments