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:
134134 - name : patch cmake implicit link libraries on macosx
135135 if : ${{ matrix.os == 'macosx' }}
136136 shell : bash
137- run : |
138137 run : |
139138 sed -i.backup 's/gcc_eh.\*|/gcc_eh.*|gcc_ext.*|/g' "$(find /opt/homebrew/Cellar -name CMakeParseImplicitLinkInfo.cmake)"
140139 brew install gcc@11
141140 - name : update homebrew
142141 if : ${{ matrix.os == 'macosx' && matrix.clang-version >= '18' }}
143142 shell : bash
144- run : brew upgrade node
143+ run : |
144+ brew update
145+ brew upgrade
146+ brew cleanup
145147 - name : cmake
146148 run : cmake -S ${{ matrix.release }}/llvm -B ${{ matrix.release }}/build ${{ env.COMMON_CMAKE_ARGS }} ${{ matrix.os-cmake-args }} ${{ matrix.extra-cmake-args }}
147149 - name : build
You can’t perform that action at this time.
0 commit comments