File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -134,14 +134,16 @@ jobs:
134
134
- name : patch cmake implicit link libraries on macosx
135
135
if : ${{ matrix.os == 'macosx' }}
136
136
shell : bash
137
- run : |
138
137
run : |
139
138
sed -i.backup 's/gcc_eh.\*|/gcc_eh.*|gcc_ext.*|/g' "$(find /opt/homebrew/Cellar -name CMakeParseImplicitLinkInfo.cmake)"
140
139
brew install gcc@11
141
140
- name : update homebrew
142
141
if : ${{ matrix.os == 'macosx' && matrix.clang-version >= '18' }}
143
142
shell : bash
144
- run : brew upgrade node
143
+ run : |
144
+ brew update
145
+ brew upgrade
146
+ brew cleanup
145
147
- name : cmake
146
148
run : cmake -S ${{ matrix.release }}/llvm -B ${{ matrix.release }}/build ${{ env.COMMON_CMAKE_ARGS }} ${{ matrix.os-cmake-args }} ${{ matrix.extra-cmake-args }}
147
149
- name : build
You can’t perform that action at this time.
0 commit comments