Commit dd324dbfde46f58b856d5a74ace746923e42617f

Authored by Perry Werneck
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,6 +15,8 @@ jobs:
15 brew update 15 brew update
16 brew install xz automake binutils coreutils curl gettext libtool openssl pkgconfig 16 brew install xz automake binutils coreutils curl gettext libtool openssl pkgconfig
17 find /usr/local/bin -lname '*/Library/Frameworks/Python.framework/*' -delete 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 brew upgrade 20 brew upgrade
19 - name: build 21 - name: build
20 run: ./mac/ci-build.sh 22 run: ./mac/ci-build.sh