| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 5600c0e commit b8fa294
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -34,8 +34,9 @@ env: | |||
| 34 | 34 | PYTHON_VERSION: '3.12' | |
| 35 | 35 | FLAKY_TESTS: keep_retrying | |
| 36 | 36 | CLANG_VERSION: '19' | |
| 37 | - CC: clang-19 | ||
| 38 | - CXX: clang++-19 | ||
| 37 | + CC: sccache clang-19 | ||
| 38 | + CXX: sccache clang++-19 | ||
| 39 | + SCCACHE_GHA_ENABLED: 'true' | ||
| 39 | 40 | ||
| 40 | 41 | permissions: | |
| 41 | 42 | contents: read | |
@@ -56,6 +57,10 @@ jobs: | |||
| 56 | 57 | uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0 | |
| 57 | 58 | with: | |
| 58 | 59 | python-version: ${{ env.PYTHON_VERSION }} | |
| 60 | + - name: Set up sccache | ||
| 61 | + uses: Mozilla-Actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad # v0.0.9 | ||
| 62 | + with: | ||
| 63 | + version: v0.10.0 | ||
| 59 | 64 | - name: Environment Information | |
| 60 | 65 | run: npx envinfo | |
| 61 | 66 | - name: Build | |
| Back | FazBrowse Home | New Git URL |
0 commit comments