Skip to content

Commit

Permalink
chore(macos): Fix brew upgrade failure (ocaml-sf#563)
Browse files Browse the repository at this point in the history
  • Loading branch information
erikmd authored Sep 25, 2023
1 parent 2b84fc4 commit 60f3906
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .ci-macosx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ rm -f /usr/local/lib/libtcl8.6.dylib
rm -f /usr/local/lib/libtk8.6.dylib
rm -f /usr/local/bin/go
rm -f /usr/local/bin/gofmt
rm -f /usr/local/lib/node_modules/npm/bin/npm.ps1
rm -f /usr/local/lib/node_modules/npm/bin/npx.ps1
rm -f /usr/local/lib/node_modules/npm/lib/cli-entry.js
rm -f /usr/local/lib/node_modules/npm/lib/es6/validate-engines.js
rm -fr /usr/local/lib/node_modules/npm/node_modules/

brew upgrade

Expand Down

0 comments on commit 60f3906

Please sign in to comment.