File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 74
74
env :
75
75
CMAKE_PREFIX_PATH : /home/linuxbrew/.linuxbrew
76
76
PRESET : ci-${{ matrix.compiler }}-${{ matrix.build-option }}
77
+ HOMEBREW_FORCE_BREWED_CURL : 1
77
78
78
79
steps :
79
80
- uses : actions/checkout@v5
Original file line number Diff line number Diff line change 45
45
CMAKE_PREFIX_PATH : /home/linuxbrew/.linuxbrew
46
46
PRESET : ci-clang-tidy-${{ matrix.build-option }}
47
47
TARGET : nonexistent # will be overwritten later in this action
48
+ HOMEBREW_FORCE_BREWED_CURL : 1
48
49
49
50
steps :
50
51
- uses : actions/checkout@v5
Original file line number Diff line number Diff line change 26
26
BUILD_WRAPPER_OUT_DIR : build_wrapper_output_directory # Directory where build-wrapper output will be placed
27
27
CMAKE_PREFIX_PATH : /home/linuxbrew/.linuxbrew
28
28
LLVM_COV : llvm-cov-18
29
+ HOMEBREW_FORCE_BREWED_CURL : 1
29
30
steps :
30
31
- uses : actions/checkout@v5
31
32
with :
You can’t perform that action at this time.
0 commit comments