We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d016f82 commit 6803fb7Copy full SHA for 6803fb7
.github/workflows/linux.yml
@@ -35,5 +35,7 @@ jobs:
35
-o \&:with_ocp=True
36
-o \&:with_benchmarks=True
37
-o \&:shared=${{ matrix.link == 'shared' && 'True' || 'False' }}
38
+ -c '&:tools.cmake.cmaketoolchain:extra_variables*={"CMAKE_C_COMPILER_LAUNCHER": "sccache"}'
39
+ -c '&:tools.cmake.cmaketoolchain:extra_variables*={"CMAKE_CXX_COMPILER_LAUNCHER": "sccache"}'
40
41
- run: conan cache clean
0 commit comments