We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e1ea1e commit b69bf0bCopy full SHA for b69bf0b
1 file changed
.github/workflows/builds.yml
@@ -408,7 +408,7 @@ jobs:
408
continue-on-error: true
409
with:
410
image: "ghcr.io/eic/eic_ci_without_acts:nightly"
411
- options: -v ${{ github.workspace }}:/work
+ options: -v ${{ github.workspace }}:/work -v ${{ env.CCACHE_DIR }}:/root/.cache/ccache
412
shell: bash
413
run: |
414
for script in /.singularity.d/env/*.sh; do
@@ -420,6 +420,7 @@ jobs:
420
set -ue
421
422
pushd acts
423
+ ccache -p | grep cache_dir
424
ccache -z && \
425
export CMAKE_INSTALL_PREFIX=$HOME/prefix
426
export CMAKE_CXX_COMPILER_LAUNCHER=ccache
0 commit comments