Skip to content

Commit 14d5df2

Browse files
committed
ci: fix No such keg: /opt/homebrew/Cellar/[email protected]
1 parent e07bfbc commit 14d5df2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ jobs:
1212
- uses: actions/checkout@v4
1313

1414
# remove the packages that are already in the environment so we can install them.
15-
# relink brew python packages - these are already installed but overwritten.
1615
# we need them because they are dependencies of packages in the Brewfile
1716
# see https://github.com/actions/runner-images
1817
- name: reset runner environment
@@ -21,8 +20,6 @@ jobs:
2120
rm -f /usr/local/bin/aws_completer
2221
rm -f /usr/local/bin/go
2322
rm -f /usr/local/bin/gofmt
24-
25-
brew link --overwrite [email protected] [email protected]
2623
rm "$HOME/.gitconfig"
2724
brew unlink git
2825

0 commit comments

Comments
 (0)