Skip to content

Commit

Permalink
ci: fix No such keg: /opt/homebrew/Cellar/[email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
tekumara committed Dec 1, 2024
1 parent e07bfbc commit 14d5df2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 14d5df2

Please sign in to comment.