Commit 6094e0392a996ffb3d685e1ab27bb45a957a05a8
Committed by
GitHub
1 parent
c6a5afe3
Exists in
develop
Another fix for macos build
Another fix from https://github.com/actions/setup-python/issues/577
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
.github/workflows/publish.yml
... | ... | @@ -85,6 +85,8 @@ jobs: |
85 | 85 | brew update |
86 | 86 | brew install xz automake binutils coreutils curl gettext libtool openssl pkgconfig |
87 | 87 | find /usr/local/bin -lname '*/Library/Frameworks/Python.framework/*' -delete |
88 | + rm -f /usr/local/bin/go || true | |
89 | + rm -f /usr/local/bin/gofmt || true | |
88 | 90 | brew upgrade |
89 | 91 | - name: build |
90 | 92 | run: ./mac/ci-build.sh | ... | ... |