Commit dd324dbfde46f58b856d5a74ace746923e42617f
1 parent
5914276b
Exists in
develop
Debugging macos auto build.
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
.github/workflows/macos.yml
... | ... | @@ -15,6 +15,8 @@ jobs: |
15 | 15 | brew update |
16 | 16 | brew install xz automake binutils coreutils curl gettext libtool openssl pkgconfig |
17 | 17 | find /usr/local/bin -lname '*/Library/Frameworks/Python.framework/*' -delete |
18 | + rm -f /usr/local/bin/go || true | |
19 | + rm -f /usr/local/bin/gofmt || true | |
18 | 20 | brew upgrade |
19 | 21 | - name: build |
20 | 22 | run: ./mac/ci-build.sh | ... | ... |