Skip to content

Commit 99a95ac

Browse files
committed
have CI skip using cache so ninja can be used
to be reverted once cache is updated
1 parent 64a1f1a commit 99a95ac

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/build-toolchain.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,14 @@ jobs:
4343
path: C:\VC6
4444
key: vc6-permanent-cache-v1
4545

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 }}-
5454

5555
- name: Download VC6 Portable from Cloudflare R2
5656
if: ${{ startsWith(inputs.preset, 'vc6') && steps.cache-vc6.outputs.cache-hit != 'true' }}

0 commit comments

Comments
 (0)