File tree Expand file tree Collapse file tree 6 files changed +6
-0
lines changed
Expand file tree Collapse file tree 6 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -105,6 +105,7 @@ jobs:
105105 CC : sccache clang-19
106106 CXX : sccache clang++-19
107107 SCCACHE_GHA_ENABLED : ' true'
108+ SCCACHE_IDLE_TIMEOUT : ' 0'
108109 steps :
109110 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
110111 with :
Original file line number Diff line number Diff line change 4040 CC : sccache clang-19
4141 CXX : sccache clang++-19
4242 SCCACHE_GHA_ENABLED : ' true'
43+ SCCACHE_IDLE_TIMEOUT : ' 0'
4344
4445permissions :
4546 contents : read
Original file line number Diff line number Diff line change 4040 CC : sccache clang-19
4141 CXX : sccache clang++-19
4242 SCCACHE_GHA_ENABLED : ' true'
43+ SCCACHE_IDLE_TIMEOUT : ' 0'
4344
4445permissions :
4546 contents : read
Original file line number Diff line number Diff line change 3737 CC : sccache clang-19
3838 CXX : sccache clang++-19
3939 SCCACHE_GHA_ENABLED : ' true'
40+ SCCACHE_IDLE_TIMEOUT : ' 0'
4041
4142permissions :
4243 contents : read
Original file line number Diff line number Diff line change 3737 CC : sccache clang-19
3838 CXX : sccache clang++-19
3939 SCCACHE_GHA_ENABLED : ' true'
40+ SCCACHE_IDLE_TIMEOUT : ' 0'
4041
4142permissions :
4243 contents : read
Original file line number Diff line number Diff line change 8282 CC : sccache gcc
8383 CXX : sccache g++
8484 SCCACHE_GHA_ENABLED : ' true'
85+ SCCACHE_IDLE_TIMEOUT : ' 0'
8586 steps :
8687 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
8788 with :
You can’t perform that action at this time.
0 commit comments