8888 - uses : actions/cache@v4
8989 id : cache
9090 with :
91- path : ./build/third_party/install
91+ path : ./cpp/ build/third_party/install
9292 key : ${{ github.job }}-${{ hashFiles('./third_party/**') }}-3
9393 - name : disable superbuild on cache hit
9494 if : steps.cache.outputs.cache-hit == 'true'
@@ -136,7 +136,7 @@ jobs:
136136 uses : coverallsapp/github-action@v2
137137 with :
138138 github-token : ${{ secrets.GITHUB_TOKEN }}
139- path-to-lcov : " ./lcov.info"
139+ path-to-lcov : " ./cpp/ lcov.info"
140140
141141 ubuntu-debug :
142142 name : Ubuntu 24.04 (Debug Build)
@@ -159,7 +159,7 @@ jobs:
159159 - uses : actions/cache@v4
160160 id : cache
161161 with :
162- path : ./build/debug/third_party/install
162+ path : ./cpp/ build/debug/third_party/install
163163 key : ${{ github.job }}-${{ hashFiles('./third_party/**') }}-3
164164 - name : disable superbuild on cache hit
165165 if : steps.cache.outputs.cache-hit == 'true'
@@ -196,7 +196,7 @@ jobs:
196196 - uses : actions/cache@v4
197197 id : cache
198198 with :
199- path : ./build/asan/third_party/install
199+ path : ./cpp/ build/asan/third_party/install
200200 key : ${{ github.job }}-${{ hashFiles('./third_party/**') }}-3
201201 - name : disable superbuild on cache hit
202202 if : steps.cache.outputs.cache-hit == 'true'
@@ -236,7 +236,7 @@ jobs:
236236 - uses : actions/cache@v4
237237 id : cache
238238 with :
239- path : ./build/tsan/third_party/install
239+ path : ./cpp/ build/tsan/third_party/install
240240 key : ${{ github.job }}-${{ hashFiles('./third_party/**') }}-3
241241 - name : disable superbuild on cache hit
242242 if : steps.cache.outputs.cache-hit == 'true'
@@ -276,7 +276,7 @@ jobs:
276276 - uses : actions/cache@v4
277277 id : cache
278278 with :
279- path : ./build/ubsan/third_party/install
279+ path : ./cpp/ build/ubsan/third_party/install
280280 key : ${{ github.job }}-${{ hashFiles('./third_party/**') }}-3
281281 - name : disable superbuild on cache hit
282282 if : steps.cache.outputs.cache-hit == 'true'
@@ -345,7 +345,7 @@ jobs:
345345 - uses : actions/cache@v4
346346 id : cache
347347 with :
348- path : ./build/release/third_party/install
348+ path : ./cpp/ build/release/third_party/install
349349 key : ${{ github.job }}-${{ matrix.ubuntu_version }}-${{ matrix.cc }}-${{ hashFiles('./third_party/**') }}-2
350350 - name : disable superbuild on cache hit
351351 if : steps.cache.outputs.cache-hit == 'true'
@@ -407,7 +407,7 @@ jobs:
407407 - uses : actions/cache@v4
408408 id : cache
409409 with :
410- path : ./build/release/third_party/install
410+ path : ./cpp/ build/release/third_party/install
411411 key : ${{ github.job }}-${{ hashFiles('./third_party/**') }}-3
412412 - name : disable superbuild on cache hit
413413 if : steps.cache.outputs.cache-hit == 'true'
@@ -460,7 +460,7 @@ jobs:
460460 - uses : actions/cache@v4
461461 id : cache
462462 with :
463- path : ./build/default/third_party/install
463+ path : ./cpp/ build/default/third_party/install
464464 key : ${{ github.job }}-${{ hashFiles('./third_party/**') }}-3
465465 - name : disable superbuild on cache hit
466466 if : steps.cache.outputs.cache-hit == 'true'
@@ -628,7 +628,7 @@ jobs:
628628 - uses : actions/cache@v4
629629 id : cache
630630 with :
631- path : ./build/linux-${{ matrix.docker_name }}/third_party/install
631+ path : ./cpp/ build/linux-${{ matrix.docker_name }}/third_party/install
632632 key : ${{ github.job }}-linux-${{ matrix.docker_name }}-${{ hashFiles('./third_party/**') }}-2
633633 - name : disable superbuild on cache hit
634634 if : steps.cache.outputs.cache-hit == 'true'
@@ -679,7 +679,7 @@ jobs:
679679 - uses : actions/cache@v4
680680 id : cache
681681 with :
682- path : ./build/release/third_party/install
682+ path : ./cpp/ build/release/third_party/install
683683 key : ${{ github.job }}-${{ hashFiles('./third_party/**') }}-3
684684 - name : disable superbuild on cache hit
685685 if : steps.cache.outputs.cache-hit == 'true'
@@ -729,7 +729,7 @@ jobs:
729729 - uses : actions/cache@v4
730730 id : cache
731731 with :
732- path : ./build/${{ matrix.arch_name }}/third_party/install
732+ path : ./cpp/ build/${{ matrix.arch_name }}/third_party/install
733733 key : ${{ github.job }}-${{ matrix.arch_name }}-${{ hashFiles('./third_party/**') }}-2
734734 - name : disable superbuild on cache hit
735735 if : steps.cache.outputs.cache-hit == 'true'
@@ -784,7 +784,7 @@ jobs:
784784 - uses : actions/cache@v4
785785 id : cache
786786 with :
787- path : ./build/${{ matrix.name }}/third_party/install
787+ path : ./cpp/ build/${{ matrix.name }}/third_party/install
788788 key : ${{ github.job }}-${{ matrix.name }}-${{ hashFiles('./third_party/**') }}-2
789789 - name : disable superbuild on cache hit
790790 if : steps.cache.outputs.cache-hit == 'true'
0 commit comments