Skip to content

Commit

Permalink
don't rely on compiler mtime etc for caching
Browse files Browse the repository at this point in the history
  • Loading branch information
arashbm committed Oct 27, 2024
1 parent 0eec6e7 commit 96a9405
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 @@ -5,6 +5,7 @@ env:
CMAKE_BUILD_PARALLEL_LEVEL: 8
SKBUILD_CMAKE_ARGS: "-DCMAKE_C_COMPILER_LAUNCHER=ccache;-DCMAKE_CXX_COMPILER_LAUNCHER=ccache"
CCACHE_NOHASHDIR: "true"
CCACHE_COMPILERCHECK: "content"

jobs:
run_tests:
Expand Down

0 comments on commit 96a9405

Please sign in to comment.