Skip to content

Commit

Permalink
ci(actions): remove nodejs binary part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
spywhere committed Oct 14, 2023
1 parent 3b5c572 commit 5ffc2d7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/macos-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ jobs:
if test -f /usr/local/bin/go; then
rm -f /usr/local/bin/go*
fi
if test -f /usr/local/bin/node; then
rm -f /usr/local/bin/node /usr/local/bin/npm /usr/local/bin/npx
fi
if test -f /usr/local/bin/2to3; then
rm -f /usr/local/bin/2to3*
rm -f /usr/local/bin/py*
Expand Down

0 comments on commit 5ffc2d7

Please sign in to comment.