Commit 44a925acff4cd4ac108c09a972ed96dc65e38287
Committed by
GitHub
1 parent
5a2adb21
Exists in
develop
Fixing brew upgrade
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
.github/workflows/macos.yml
@@ -14,6 +14,7 @@ jobs: | @@ -14,6 +14,7 @@ jobs: | ||
14 | run: | | 14 | run: | |
15 | brew update | 15 | brew update |
16 | brew install xz automake binutils coreutils curl gettext libtool openssl pkgconfig | 16 | brew install xz automake binutils coreutils curl gettext libtool openssl pkgconfig |
17 | + find /usr/local/bin -lname '*/Library/Frameworks/Python.framework/*' -delete | ||
17 | brew upgrade | 18 | brew upgrade |
18 | - name: build | 19 | - name: build |
19 | run: ./mac/ci-build.sh | 20 | run: ./mac/ci-build.sh |