File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -43,14 +43,14 @@ jobs:
43
43
path : C:\VC6
44
44
key : vc6-permanent-cache-v1
45
45
46
- - name : Cache CMake Dependencies
47
- id : cache-cmake-deps
48
- uses : actions/cache@v4
49
- with :
50
- path : build\${{ inputs.preset }}\_deps
51
- key : cmake-deps-${{ inputs.preset }}-${{ hashFiles('cmake/**/*.cmake', '**/CMakeLists.txt') }}
52
- restore-keys : |
53
- cmake-deps-${{ inputs.preset }}-
46
+ # - name: Cache CMake Dependencies
47
+ # id: cache-cmake-depsdfd
48
+ # uses: actions/cache@v4
49
+ # with:
50
+ # path: build\${{ inputs.preset }}\_deps
51
+ # key: cmake-deps-${{ inputs.preset }}-${{ hashFiles('cmake/**/*.cmake', '**/CMakeLists.txt') }}
52
+ # restore-keys: |
53
+ # cmake-deps-${{ inputs.preset }}-
54
54
55
55
- name : Download VC6 Portable from Cloudflare R2
56
56
if : ${{ startsWith(inputs.preset, 'vc6') && steps.cache-vc6.outputs.cache-hit != 'true' }}
You can’t perform that action at this time.
0 commit comments