Skip to content
Snippets Groups Projects
Verified Commit dd92041c authored by Justin Carpentier's avatar Justin Carpentier
Browse files

ci: fix ccache dir

parent 14ed9b12
No related branches found
No related tags found
No related merge requests found
Pipeline #28420 passed with warnings
......@@ -7,7 +7,7 @@ jobs:
name: ${{ matrix.os }} - ${{ matrix.build_type }} ${{ matrix.cxx_options }}
runs-on: ${{ matrix.os }}
env:
CCACHE_DIR: .ccache # Enable ccache
CCACHE_DIR: ~/.ccache # Enable ccache
strategy:
fail-fast: false
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment