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

ci: fix ccache path

parent 0f62f7f7
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,7 @@ jobs:
name: ${{ matrix.os }} - ${{ matrix.build_type }} ${{ matrix.cxx_options }}
runs-on: ${{ matrix.os }}
env:
CCACHE_DIR: /github/home/.ccache # Enable ccache
CCACHE_DIR: /home/runner/.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