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,6 +24,9 @@ jobs: | ||
24 | run: | | 24 | run: | |
25 | brew update | 25 | brew update |
26 | brew install xz automake libtool binutils coreutils curl gettext libtool openssl pkgconfig gtk+3 | 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 | brew upgrade | 30 | brew upgrade |
28 | - uses: robinraju/release-downloader@v1.7 | 31 | - uses: robinraju/release-downloader@v1.7 |
29 | with: | 32 | with: |