We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67f5136 commit 15bbcc7Copy full SHA for 15bbcc7
.github/workflows/build_template.yml
@@ -54,7 +54,7 @@ jobs:
54
container:
55
image: manticoresearch/external_toolchain:clang16_cmake3263
56
env:
57
- CACHEB: "../cache2"
+ CACHEB: "../cache"
58
VERBOSE: 1
59
DIAGNOSTIC: 1
60
NO_TESTS: 1
.github/workflows/test_template.yml
@@ -43,7 +43,7 @@ jobs:
43
image: manticoresearch/ubertests_ctest:3263_mar_2024
44
45
46
- CACHEB: ../cache2
+ CACHEB: ../cache
47
NO_BUILD: 1
48
CTEST_START: ${{ inputs.CTEST_START }}
49
CTEST_END: ${{ inputs.CTEST_END }}
0 commit comments