Skip to content

Commit f8a2079

Browse files
authored
Merge pull request #1133 from PowerGridModel/fix/ci-brew-install
Testing brew install on linux
2 parents 7079680 + c59c15a commit f8a2079

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.github/workflows/build-test-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ jobs:
7474
env:
7575
CMAKE_PREFIX_PATH: /home/linuxbrew/.linuxbrew
7676
PRESET: ci-${{ matrix.compiler }}-${{ matrix.build-option }}
77+
HOMEBREW_FORCE_BREWED_CURL: 1
7778

7879
steps:
7980
- uses: actions/checkout@v5

.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)