Skip to content

Commit aada331

Browse files
committed
GHA: timestamp the caches
Enable the timestamp in the caches to make sure that the correct cache is restored. This should hopefully help increase the cache hit rate.
1 parent 4dc9f92 commit aada331

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/swift-toolchain.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,6 @@ jobs:
344344
max-size: 100M
345345
key: ${{ matrix.os }}-${{ matrix.arch }}-sqlite
346346
variant: sccache
347-
append-timestamp: false
348347

349348
- uses: nttld/setup-ndk@v1
350349
id: setup-ndk
@@ -609,7 +608,6 @@ jobs:
609608
max-size: 1M
610609
key: windows-${{ matrix.arch }}-cmark-gfm
611610
variant: sccache
612-
append-timestamp: false
613611

614612
- name: Configure cmark-gfm
615613
run: >
@@ -668,7 +666,6 @@ jobs:
668666
max-size: 100M
669667
key: windows-amd64-build_tools
670668
variant: sccache
671-
append-timestamp: false
672669

673670
- name: Configure Tools
674671
run: |
@@ -850,7 +847,6 @@ jobs:
850847
max-size: 500M
851848
key: windows-${{ matrix.arch }}-compilers
852849
variant: sccache
853-
append-timestamp: false
854850

855851
- name: Configure Compilers
856852
env:
@@ -1084,7 +1080,6 @@ jobs:
10841080
max-size: 100M
10851081
key: ${{ matrix.os }}-${{ matrix.arch }}-zlib
10861082
variant: sccache
1087-
append-timestamp: false
10881083

10891084
- uses: nttld/setup-ndk@v1
10901085
id: setup-ndk
@@ -1213,7 +1208,6 @@ jobs:
12131208
max-size: 100M
12141209
key: ${{ matrix.os }}-${{ matrix.arch }}-curl
12151210
variant: sccache
1216-
append-timestamp: false
12171211

12181212
- uses: nttld/setup-ndk@v1
12191213
id: setup-ndk
@@ -1414,7 +1408,6 @@ jobs:
14141408
max-size: 100M
14151409
key: ${{ matrix.os }}-${{ matrix.arch }}-libxml2
14161410
variant: sccache
1417-
append-timestamp: false
14181411

14191412
- uses: nttld/setup-ndk@v1
14201413
id: setup-ndk

0 commit comments

Comments
 (0)