fix(deps): hack to remove system python symlinks interfering with brew

This commit is contained in:
2023-01-15 23:27:02 +00:00
parent 2f408c834e
commit 01805db074
2 changed files with 9 additions and 1 deletions

View File

@@ -143,9 +143,17 @@ jobs:
ruby-version: 2.7
- name: Update homebrew
run: brew update
- name: Fix system python breaking homebrew
run: >-
find /usr/local/bin -type l
-ilname '*/Library/Frameworks/Python.framework/*'
-delete
- name: Install dependencies
run: make bootstrap-ci
working-directory: builder
env:
HOMEBREW_NO_AUTO_UPDATE: "1"
HOMEBREW_NO_INSTALL_CLEANUP: "1"
- name: Download build-plan artifact
uses: actions/download-artifact@v3
with:

View File

@@ -7,7 +7,7 @@ on:
description: Git ref to checkout of build-emacs-for-macos
required: false
type: string
default: "v0.6.40"
default: "v0.6.41"
secrets:
TAP_REPO_TOKEN:
description: Personal Access Token for Homebrew Tap repo