Compare commits

...

2 Commits

2 changed files with 6 additions and 1 deletions

View File

@@ -143,6 +143,11 @@ 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

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