Commit 44a925acff4cd4ac108c09a972ed96dc65e38287

Authored by Perry Werneck
Committed by GitHub
1 parent 5a2adb21
Exists in develop

Fixing brew upgrade

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
.github/workflows/macos.yml
... ... @@ -14,6 +14,7 @@ jobs:
14 14 run: |
15 15 brew update
16 16 brew install xz automake binutils coreutils curl gettext libtool openssl pkgconfig
  17 + find /usr/local/bin -lname '*/Library/Frameworks/Python.framework/*' -delete
17 18 brew upgrade
18 19 - name: build
19 20 run: ./mac/ci-build.sh
... ...