File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -143,9 +143,17 @@ jobs:
143143 ruby-version : 2.7
144144 - name : Update homebrew
145145 run : brew update
146+ - name : Fix system python breaking homebrew
147+ run : >-
148+ find /usr/local/bin -type l
149+ -ilname '*/Library/Frameworks/Python.framework/*'
150+ -delete
146151 - name : Install dependencies
147152 run : make bootstrap-ci
148153 working-directory : builder
154+ env :
155+ HOMEBREW_NO_AUTO_UPDATE : " 1"
156+ HOMEBREW_NO_INSTALL_CLEANUP : " 1"
149157 - name : Download build-plan artifact
150158 uses : actions/download-artifact@v3
151159 with :
Original file line number Diff line number Diff line change 77 description : Git ref to checkout of build-emacs-for-macos
88 required : false
99 type : string
10- default : " v0.6.40 "
10+ default : " v0.6.41 "
1111 secrets :
1212 TAP_REPO_TOKEN :
1313 description : Personal Access Token for Homebrew Tap repo
You can’t perform that action at this time.
0 commit comments