Skip to content

Commit 6803fb7

Browse files
committed
[CI] enable sccache
1 parent d016f82 commit 6803fb7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/linux.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,7 @@ jobs:
3535
-o \&:with_ocp=True
3636
-o \&:with_benchmarks=True
3737
-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"}'
3840
3941
- run: conan cache clean

0 commit comments

Comments
 (0)