CI: ccache fix (#22899)
This commit is contained in:
2
.github/workflows/sub_buildPixi.yml
vendored
2
.github/workflows/sub_buildPixi.yml
vendored
@@ -54,6 +54,8 @@ jobs:
|
||||
CCACHE_MAXSIZE: 1G
|
||||
CCACHE_COMPRESS: true
|
||||
CCACHE_COMPRESSLEVEL: 5
|
||||
CCACHE_DIRECT: true
|
||||
CCACHE_NOHASHDIR: true
|
||||
config: debug
|
||||
builddir: ${{ github.workspace }}/build/debug/
|
||||
cacheKey: pixi-${{ matrix.os }}
|
||||
|
||||
2
.github/workflows/sub_buildUbuntu.yml
vendored
2
.github/workflows/sub_buildUbuntu.yml
vendored
@@ -211,7 +211,7 @@ jobs:
|
||||
uses: actions/cache/save@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
|
||||
with:
|
||||
path: ${{ env.CCACHE_DIR }}
|
||||
key: FC-${{ env.cacheKey }}-${{ github.ref }}-${{ github.run_id }}
|
||||
key: FC-${{ steps.genCacheKey.outputs.cacheKey }}-${{ github.ref }}-${{ github.run_id }}
|
||||
|
||||
- name: Upload logs
|
||||
if: always()
|
||||
|
||||
Reference in New Issue
Block a user