Skip to content

Commit

Permalink
Attempt to fix macOS deps (3)
Browse files Browse the repository at this point in the history
  • Loading branch information
BatchDrake committed Dec 11, 2023
1 parent d3dd884 commit f8af85e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/macosdeps/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ runs:
steps:
- name: Remove spurious symlinks
shell: ${{inputs.shell}}
run: sudo rm -f /usr/local/bin/2to3
run: sudo rm -f /usr/local/bin/2to3 /usr/local/bin/2to3-3.11

- name: Install common dependencies
shell: ${{inputs.shell}}
Expand Down

0 comments on commit f8af85e

Please sign in to comment.