| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent bd6c9f8 commit bd8fe4f
6 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -105,6 +105,7 @@ jobs: | |||
| 105 | 105 | CC: sccache clang-19 | |
| 106 | 106 | CXX: sccache clang++-19 | |
| 107 | 107 | SCCACHE_GHA_ENABLED: 'true' | |
| 108 | + SCCACHE_IDLE_TIMEOUT: '0' | ||
| 108 | 109 | steps: | |
| 109 | 110 | - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 | |
| 110 | 111 | with: | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -40,6 +40,7 @@ env: | |||
| 40 | 40 | CC: sccache clang-19 | |
| 41 | 41 | CXX: sccache clang++-19 | |
| 42 | 42 | SCCACHE_GHA_ENABLED: 'true' | |
| 43 | + SCCACHE_IDLE_TIMEOUT: '0' | ||
| 43 | 44 | ||
| 44 | 45 | permissions: | |
| 45 | 46 | contents: read | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -40,6 +40,7 @@ env: | |||
| 40 | 40 | CC: sccache clang-19 | |
| 41 | 41 | CXX: sccache clang++-19 | |
| 42 | 42 | SCCACHE_GHA_ENABLED: 'true' | |
| 43 | + SCCACHE_IDLE_TIMEOUT: '0' | ||
| 43 | 44 | ||
| 44 | 45 | permissions: | |
| 45 | 46 | contents: read | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -37,6 +37,7 @@ env: | |||
| 37 | 37 | CC: sccache clang-19 | |
| 38 | 38 | CXX: sccache clang++-19 | |
| 39 | 39 | SCCACHE_GHA_ENABLED: 'true' | |
| 40 | + SCCACHE_IDLE_TIMEOUT: '0' | ||
| 40 | 41 | ||
| 41 | 42 | permissions: | |
| 42 | 43 | contents: read | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -37,6 +37,7 @@ env: | |||
| 37 | 37 | CC: sccache clang-19 | |
| 38 | 38 | CXX: sccache clang++-19 | |
| 39 | 39 | SCCACHE_GHA_ENABLED: 'true' | |
| 40 | + SCCACHE_IDLE_TIMEOUT: '0' | ||
| 40 | 41 | RUSTC_VERSION: '1.82' | |
| 41 | 42 | ||
| 42 | 43 | permissions: | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -82,6 +82,7 @@ jobs: | |||
| 82 | 82 | CC: sccache gcc | |
| 83 | 83 | CXX: sccache g++ | |
| 84 | 84 | SCCACHE_GHA_ENABLED: 'true' | |
| 85 | + SCCACHE_IDLE_TIMEOUT: '0' | ||
| 85 | 86 | steps: | |
| 86 | 87 | - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 | |
| 87 | 88 | with: | |
| Back | FazBrowse Home | New Git URL |
0 commit comments