File tree Expand file tree Collapse file tree 5 files changed +5
-0
lines changed
Expand file tree Collapse file tree 5 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 6969 CC : ${{ (github.base_ref == 'main' || github.ref_name == 'main') && 'sccache' || '' }} clang
7070 CXX : ${{ (github.base_ref == 'main' || github.ref_name == 'main') && 'sccache' || '' }} clang++
7171 SCCACHE_GHA_ENABLED : ${{ github.base_ref == 'main' || github.ref_name == 'main' }}
72+ SCCACHE_IDLE_TIMEOUT : ' 0'
7273 steps :
7374 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
7475 with :
Original file line number Diff line number Diff line change 3939 CC : ${{ (github.base_ref == 'main' || github.ref_name == 'main') && 'sccache' || '' }} clang
4040 CXX : ${{ (github.base_ref == 'main' || github.ref_name == 'main') && 'sccache' || '' }} clang++
4141 SCCACHE_GHA_ENABLED : ${{ github.base_ref == 'main' || github.ref_name == 'main' }}
42+ SCCACHE_IDLE_TIMEOUT : ' 0'
4243
4344permissions :
4445 contents : read
Original file line number Diff line number Diff line change 3939 CC : ${{ (github.base_ref == 'main' || github.ref_name == 'main') && 'sccache' || '' }} clang
4040 CXX : ${{ (github.base_ref == 'main' || github.ref_name == 'main') && 'sccache' || '' }} clang++
4141 SCCACHE_GHA_ENABLED : ${{ github.base_ref == 'main' || github.ref_name == 'main' }}
42+ SCCACHE_IDLE_TIMEOUT : ' 0'
4243
4344permissions :
4445 contents : read
Original file line number Diff line number Diff line change 3030 CC : ${{ (github.base_ref == 'main' || github.ref_name == 'main') && 'sccache' || '' }} clang
3131 CXX : ${{ (github.base_ref == 'main' || github.ref_name == 'main') && 'sccache' || '' }} clang++
3232 SCCACHE_GHA_ENABLED : ${{ github.base_ref == 'main' || github.ref_name == 'main' }}
33+ SCCACHE_IDLE_TIMEOUT : ' 0'
3334
3435permissions :
3536 contents : read
Original file line number Diff line number Diff line change 4343 CC : ${{ (github.base_ref == 'main' || github.ref_name == 'main') && 'sccache' || '' }} gcc
4444 CXX : ${{ (github.base_ref == 'main' || github.ref_name == 'main') && 'sccache' || '' }} g++
4545 SCCACHE_GHA_ENABLED : ${{ github.base_ref == 'main' || github.ref_name == 'main' }}
46+ SCCACHE_IDLE_TIMEOUT : ' 0'
4647 steps :
4748 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4849 with :
You can’t perform that action at this time.
0 commit comments