Skip to content

Commit c59c15a

Browse files
committed
added fix to sonar and clang tidy
Signed-off-by: Santiago Figueroa Manrique <figueroa1395@gmail.com>
1 parent dfef364 commit c59c15a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/clang-tidy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545
CMAKE_PREFIX_PATH: /home/linuxbrew/.linuxbrew
4646
PRESET: ci-clang-tidy-${{ matrix.build-option }}
4747
TARGET: nonexistent # will be overwritten later in this action
48+
HOMEBREW_FORCE_BREWED_CURL: 1
4849

4950
steps:
5051
- uses: actions/checkout@v5

.github/workflows/sonar.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
BUILD_WRAPPER_OUT_DIR: build_wrapper_output_directory # Directory where build-wrapper output will be placed
2727
CMAKE_PREFIX_PATH: /home/linuxbrew/.linuxbrew
2828
LLVM_COV: llvm-cov-18
29+
HOMEBREW_FORCE_BREWED_CURL: 1
2930
steps:
3031
- uses: actions/checkout@v5
3132
with:

0 commit comments

Comments
 (0)