Commit 3ceece1e11bcc66a8ef69a712c2e52d579398680

Authored by Perry Werneck
1 parent 6094e039
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
... ...