Skip to content

Commit 15bbcc7

Browse files
committed
changed cache path
1 parent 67f5136 commit 15bbcc7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build_template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
container:
5555
image: manticoresearch/external_toolchain:clang16_cmake3263
5656
env:
57-
CACHEB: "../cache2"
57+
CACHEB: "../cache"
5858
VERBOSE: 1
5959
DIAGNOSTIC: 1
6060
NO_TESTS: 1

.github/workflows/test_template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
image: manticoresearch/ubertests_ctest:3263_mar_2024
4444
env:
4545
DIAGNOSTIC: 1
46-
CACHEB: ../cache2
46+
CACHEB: ../cache
4747
NO_BUILD: 1
4848
CTEST_START: ${{ inputs.CTEST_START }}
4949
CTEST_END: ${{ inputs.CTEST_END }}

0 commit comments

Comments
 (0)