Commit 1864e1a738f8a7fedf3fce841f1e962dff0194f9

Authored by Perry Werneck
Committed by GitHub
1 parent d3f4f150
Exists in develop

Trying to fix mac os builds.

Reference: https://github.com/actions/setup-python/issues/577
Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
.github/workflows/publish.yml
... ... @@ -84,6 +84,7 @@ jobs:
84 84 run: |
85 85 brew update
86 86 brew install xz automake binutils coreutils curl gettext libtool openssl pkgconfig
  87 + find /usr/local/bin -lname '*/Library/Frameworks/Python.framework/*' -delete
87 88 brew upgrade
88 89 - name: build
89 90 run: ./mac/ci-build.sh
... ...