Commit 63e4fafe2f7044894d05ed9eabcded27c5b08d2e
1 parent
eb7f421d
Exists in
develop
Debugging macos workflow.
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
.github/workflows/macos.yml
... | ... | @@ -17,6 +17,7 @@ jobs: |
17 | 17 | brew install xz automake binutils coreutils curl gettext libtool openssl pkgconfig |
18 | 18 | find /usr/local/bin -lname '*/Library/Frameworks/Python.framework/*' -delete |
19 | 19 | find /usr/local/bin -lname '*/Library/Frameworks/Python.framework/*' -delete |
20 | + find /usr/local/lib/node_modules/npm -delete | |
20 | 21 | rm -f /usr/local/bin/go || true |
21 | 22 | rm -f /usr/local/bin/gofmt || true |
22 | 23 | brew upgrade | ... | ... |