Skip to content

Commit 8d6aaed

Browse files
committed
[fix] ci: fix homebrew
1 parent e704cd8 commit 8d6aaed

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,8 @@ jobs:
118118
rm -f /usr/local/bin/idle3*
119119
rm -f /usr/local/bin/pydoc3*
120120
rm -f /usr/local/bin/python3*
121+
rm -f /usr/local/opt/go/bin/go*
122+
rm -f /usr/local/bin/go*
121123
brew update -q -f
122124
brew upgrade -q -f
123125
brew install pkg-config

.github/workflows/build_cli.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,8 @@ jobs:
111111
rm -f /usr/local/bin/idle3*
112112
rm -f /usr/local/bin/pydoc3*
113113
rm -f /usr/local/bin/python3*
114+
rm -f /usr/local/opt/go/bin/go*
115+
rm -f /usr/local/bin/go*
114116
brew update -q -f
115117
brew upgrade -q -f
116118
brew install pkg-config

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,8 @@ jobs:
9999
rm -f /usr/local/bin/idle3*
100100
rm -f /usr/local/bin/pydoc3*
101101
rm -f /usr/local/bin/python3*
102+
rm -f /usr/local/opt/go/bin/go*
103+
rm -f /usr/local/bin/go*
102104
brew update -q -f
103105
brew upgrade -q -f
104106
brew install pkg-config

0 commit comments

Comments
 (0)