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 dfef364 commit c59c15aCopy full SHA for c59c15a
.github/workflows/clang-tidy.yml
@@ -45,6 +45,7 @@ jobs:
45
CMAKE_PREFIX_PATH: /home/linuxbrew/.linuxbrew
46
PRESET: ci-clang-tidy-${{ matrix.build-option }}
47
TARGET: nonexistent # will be overwritten later in this action
48
+ HOMEBREW_FORCE_BREWED_CURL: 1
49
50
steps:
51
- uses: actions/checkout@v5
.github/workflows/sonar.yml
@@ -26,6 +26,7 @@ jobs:
26
BUILD_WRAPPER_OUT_DIR: build_wrapper_output_directory # Directory where build-wrapper output will be placed
27
28
LLVM_COV: llvm-cov-18
29
30
31
32
with:
0 commit comments