Commit 8dbd5e06fb5d2cd523d33db8fc60c35bee701f88
1 parent
84e117e0
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 | ... | ... |