Skip to content

Commit

Permalink
macOS: More unlink fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
timhutton authored Feb 13, 2024
1 parent 66a52ee commit 5c9634a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/build_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,11 @@ jobs:
- name: git clone
uses: actions/checkout@v4

- name: Unlink 2to3 before installing python3
run: rm '/usr/local/bin/2to3-3.12'
- name: Workaround: Remove links before installing python3
run: |
rm '/usr/local/bin/2to3-3.12'
rm '/usr/local/bin/2to3'
rm '/usr/local/bin/idle3.12'
- name: Install dependencies
run: |
Expand Down

0 comments on commit 5c9634a

Please sign in to comment.