File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -168,16 +168,6 @@ jobs:
168168 echo "CXX_LD=lld" >> "$GITHUB_ENV"
169169 echo "OBJC_LD=lld" >> "$GITHUB_ENV"
170170
171- - name : Unbreak Python in GHA (MacOS 13 image)
172- if : matrix.config.os == 'macos' && matrix.config.os-version == 13
173- run : |
174- # TODO: remove this, after it works again
175- # A workaround for "The `brew link` step did not complete successfully" error.
176- # See e.g. https://github.com/Homebrew/homebrew-core/issues/165793#issuecomment-1991817938
177- find /usr/local/bin -lname '*/Library/Frameworks/Python.framework/*' -delete
178- sudo rm -rf /Library/Frameworks/Python.framework/
179- brew install --force python3 && brew unlink python3 && brew unlink python3 && brew link --overwrite python3
180-
181171 - name : Setup meson (MacOS)
182172 if : matrix.config.os == 'macos'
183173 run : |
You can’t perform that action at this time.
0 commit comments