Skip to content

Commit

Permalink
rm conflicting links
Browse files Browse the repository at this point in the history
  • Loading branch information
smk762 committed Oct 11, 2023
1 parent cbd9dd5 commit 5a5aa71
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions ci_tools_atomic_dex/ci_scripts/osx_script.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
#!/bin/bash

brew update

# Workaround for https://github.com/actions/setup-python/issues/577
rm /usr/local/bin/2to3 || true
rm /usr/local/bin/idle3 || true
rm /usr/local/bin/pydoc3 || true
rm /usr/local/bin/python3 || true
rm /usr/local/bin/python3-config || true

brew update
brew install autoconf \
automake \
pkgconfig \
Expand Down

0 comments on commit 5a5aa71

Please sign in to comment.