-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: fix No such keg: /opt/homebrew/Cellar/[email protected]
- Loading branch information
Showing
1 changed file
with
0 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,6 @@ jobs: | |
- uses: actions/checkout@v4 | ||
|
||
# remove the packages that are already in the environment so we can install them. | ||
# relink brew python packages - these are already installed but overwritten. | ||
# we need them because they are dependencies of packages in the Brewfile | ||
# see https://github.com/actions/runner-images | ||
- name: reset runner environment | ||
|
@@ -21,8 +20,6 @@ jobs: | |
rm -f /usr/local/bin/aws_completer | ||
rm -f /usr/local/bin/go | ||
rm -f /usr/local/bin/gofmt | ||
brew unlink [email protected] [email protected] | ||
brew link --overwrite [email protected] [email protected] | ||
rm "$HOME/.gitconfig" | ||
brew unlink git | ||
|