Skip to content

Commit b69bf0b

Browse files
paulgessingernjacazio
authored andcommitted
ci: Fix cache in eic build (acts-project#4760)
1 parent 7e1ea1e commit b69bf0b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/builds.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ jobs:
408408
continue-on-error: true
409409
with:
410410
image: "ghcr.io/eic/eic_ci_without_acts:nightly"
411-
options: -v ${{ github.workspace }}:/work
411+
options: -v ${{ github.workspace }}:/work -v ${{ env.CCACHE_DIR }}:/root/.cache/ccache
412412
shell: bash
413413
run: |
414414
for script in /.singularity.d/env/*.sh; do
@@ -420,6 +420,7 @@ jobs:
420420
set -ue
421421
422422
pushd acts
423+
ccache -p | grep cache_dir
423424
ccache -z && \
424425
export CMAKE_INSTALL_PREFIX=$HOME/prefix
425426
export CMAKE_CXX_COMPILER_LAUNCHER=ccache

0 commit comments

Comments
 (0)