Commit 2a6352167bfc232d37552599ae4e7f354ec46257
1 parent
94210aa2
Exists in
develop
Debugging brew package.
Showing
1 changed file
with
3 additions
and
0 deletions
Show diff stats
.github/workflows/macpkg.yml
... | ... | @@ -24,6 +24,9 @@ jobs: |
24 | 24 | run: | |
25 | 25 | brew update |
26 | 26 | brew install xz automake libtool binutils coreutils curl gettext libtool openssl pkgconfig gtk+3 |
27 | + find /usr/local/bin -lname '*/Library/Frameworks/Python.framework/*' -delete | |
28 | + find /usr/local/bin -lname '*/Library/Frameworks/Python.framework/*' -delete | |
29 | + find /usr/local/lib/node_modules/npm -delete | |
27 | 30 | brew upgrade |
28 | 31 | - uses: robinraju/release-downloader@v1.7 |
29 | 32 | with: | ... | ... |