File tree Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -134,19 +134,10 @@ jobs:
134134 echo "CXX_LD=lld" >> "$GITHUB_ENV"
135135 echo "OBJC_LD=lld" >> "$GITHUB_ENV"
136136
137- - name : Unbreak Python in GHA for 3.11 (MacOS 13 image)
138- if : matrix.config.os == 'macos' && matrix.config.os-version == 13
139- run : |
140- # A workaround for "The `brew link` step did not complete successfully" error.
141- # See https://github.com/Homebrew/homebrew-core/issues/165793#issuecomment-1991817938
142- find /usr/local/bin -lname '*/Library/Frameworks/Python.framework/*' -delete
143- sudo rm -rf /Library/Frameworks/Python.framework/
144- brew install --force python3 && brew unlink python3 && brew unlink python3 && brew link --overwrite python3
145-
146137 - name : Setup meson (MacOS)
147138 if : matrix.config.os == 'macos'
148139 run : |
149- brew update
140+ brew update
150141 brew install meson
151142
152143 - name : Setup meson
You can’t perform that action at this time.
0 commit comments