File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
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 RUSTC_VERSION : ' 1.82'
4142
4243permissions :
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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
8788 with :
You can’t perform that action at this time.
0 commit comments