File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -29,10 +29,10 @@ jobs:
2929 uses : actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
3030 with :
3131 path : |
32- " ${{ github.workspace }}\vcpkgAssets"
33- " ${{ github.workspace }}\vcpkgBCache"
34- " ${{ github.workspace }}\vcpkgBin"
35- " ${{ github.workspace }}\vcpkgBuild"
32+ ${{ github.workspace }}\vcpkgAssets
33+ ${{ github.workspace }}\vcpkgBCache
34+ ${{ github.workspace }}\vcpkgBin
35+ ${{ github.workspace }}\vcpkgBuild
3636 key : vcpkgCache-${{ github.repository_owner }}-windows-latest-x64-windows-${{ hashFiles('.github/workflows/vcpkg.json') }}
3737
3838 - name : Create directories on cache miss
7979 uses : actions/cache/save@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
8080 with :
8181 path : |
82- " ${{ github.workspace }}\vcpkgAssets"
83- " ${{ github.workspace }}\vcpkgBCache"
84- " ${{ github.workspace }}\vcpkgBin"
85- " ${{ github.workspace }}\vcpkgBuild"
82+ ${{ github.workspace }}\vcpkgAssets
83+ ${{ github.workspace }}\vcpkgBCache
84+ ${{ github.workspace }}\vcpkgBin
85+ ${{ github.workspace }}\vcpkgBuild
8686 key : ${{ steps.cache-vcpkg-restore.outputs.cache-primary-key }}
8787 if : steps.cache-vcpkg-restore.outputs.cache-hit != 'true'
You can’t perform that action at this time.
0 commit comments