Skip to content

Commit 23bea13

Browse files
dhoekwatercopybara-github
authored andcommitted
Cache the CMake index file during CI
We're currently caching the dependency source and build files, but CMake is still recompiling the dependency build files since it doesn't know where they are. PiperOrigin-RevId: 696626931
1 parent c6a7f3f commit 23bea13

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ jobs:
6767
build/_deps/*-build
6868
build/_deps/*-subbuild
6969
build/*-build
70+
build/CMakeFiles/TargetDirectories.txt
7071
key: ${{ runner.os }}-cmake-build-${{ hashFiles('**/CMakeLists.txt', 'CMake/**') }}
7172
restore-keys: |
7273
${{ runner.os }}-cmake-build-

0 commit comments

Comments
 (0)