Skip to content

Commit

Permalink
v1.3.52
Browse files Browse the repository at this point in the history
  • Loading branch information
oz123 committed Jul 24, 2024
1 parent 05e7bab commit d93aa06
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,8 @@ jobs:
run: brew update
- name: Install Python and Handle Symlink Conflicts
run: |
# Handle potential symlink conflict
if [ -e /usr/local/bin/2to3 ]; then
echo "Removing conflicting symlink /usr/local/bin/2to3"
rm -f /usr/local/bin/2to3
fi
rm -fv '/usr/local/bin/2to3-3.12'
# Install [email protected]
arch -x86_64 /usr/local/bin/brew install [email protected]
arch -x86_64 /usr/local/bin/brew install [email protected] || true # Continue even if there's a conflict
# Link [email protected]
brew link --overwrite [email protected]
- name: install libs
Expand Down

0 comments on commit d93aa06

Please sign in to comment.