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