Commit ff1f160477eee442389a1661f754de44f3623163

Authored by Perry Werneck
1 parent 19a52a8f
Exists in develop

Debuggin macos publisher.

Showing 1 changed file with 3 additions and 1 deletions   Show diff stats
.github/workflows/publish.yml
1 1 name: Publish
2 2 on:
3 3 push:
4   - branches: [ "win" ]
  4 + branches: [ "macos" ]
5 5 tags: [ "*" ]
6 6  
7 7 jobs:
... ... @@ -81,6 +81,8 @@ jobs:
81 81 brew update
82 82 brew install xz automake binutils coreutils curl gettext libtool openssl pkgconfig
83 83 find /usr/local/bin -lname '*/Library/Frameworks/Python.framework/*' -delete
  84 + find /usr/local/bin -lname '*/Library/Frameworks/Python.framework/*' -delete
  85 + find /usr/local/lib/node_modules/npm -delete
84 86 rm -f /usr/local/bin/go || true
85 87 rm -f /usr/local/bin/gofmt || true
86 88 brew upgrade
... ...