Skip to content

Commit

Permalink
CCache shouldn't key the cache with CWD
Browse files Browse the repository at this point in the history
  • Loading branch information
arashbm committed Oct 27, 2024
1 parent 501ac02 commit 0933876
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on: [workflow_dispatch]
env:
CMAKE_BUILD_PARALLEL_LEVEL: 8
SKBUILD_CMAKE_ARGS: "-DCMAKE_C_COMPILER_LAUNCHER=ccache;-DCMAKE_CXX_COMPILER_LAUNCHER=ccache"
CCACHE_NOHASHDIR: "true"

jobs:
run_tests:
Expand Down

0 comments on commit 0933876

Please sign in to comment.