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 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 :
You can’t perform that action at this time.
0 commit comments