We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14a459b commit fd14bcdCopy full SHA for fd14bcd
.github/actions/vcpkg-cache/action.yml
@@ -23,7 +23,7 @@ runs:
23
git clone https://github.com/microsoft/vcpkg.git
24
cd vcpkg
25
./bootstrap-vcpkg.sh --disableMetrics
26
- mkdir VCPKG_DIR/.cache
+ mkdir $VCPKG_DIR/.cache
27
28
- name: Env
29
shell: bash
0 commit comments