Commit 3b47a0622abd906b5a97fa1bab0ff27381c97812

Authored by Perry Werneck
Committed by GitHub
1 parent 4552bc99
Exists in develop

Update macos.yml

Showing 1 changed file with 3 additions and 0 deletions   Show diff stats
.github/workflows/macos.yml
... ... @@ -13,6 +13,9 @@ jobs:
13 13 uses: actions/checkout@v3
14 14 - name: Install Pre reqs
15 15 run: |
  16 + find /usr/local/bin -lname '*/Library/Frameworks/Python.framework/*' -delete
  17 + find /usr/local/bin -lname '*/Library/Frameworks/Python.framework/*' -delete
  18 + find /usr/local/lib/node_modules/npm -delete
16 19 brew update
17 20 brew install xz automake libtool binutils coreutils curl gettext libtool openssl pkgconfig gtk+3
18 21 find /usr/local/bin -lname '*/Library/Frameworks/Python.framework/*' -delete
... ...