CI: ccache fix (#22899)

This commit is contained in:
Jackson Oursland
2025-08-03 16:55:53 -07:00
committed by GitHub
parent ac8cdc9d1d
commit b8cc1321ce
2 changed files with 3 additions and 1 deletions

View File

@@ -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 }}

View File

@@ -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()