Skip to content

Commit

Permalink
gh-actions: Remove pre-installed Go binaries that conflict with brew'…
Browse files Browse the repository at this point in the history
…s installs on macOS (fixes #551). (#552)
  • Loading branch information
LinZhihao-723 authored Oct 4, 2024
1 parent 54962a0 commit 9202761
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/clp-core-build-macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
- name: "Remove preinstalled binaries which conflict with brew's installs"
run: |
rm -f /usr/local/bin/2to3*
rm -f /usr/local/bin/go*
rm -f /usr/local/bin/idle3*
rm -f /usr/local/bin/pydoc3*
rm -f /usr/local/bin/python3*
Expand Down

0 comments on commit 9202761

Please sign in to comment.