Skip to content

Commit

Permalink
Add 3.12 specific workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
bakpaul committed Mar 14, 2024
1 parent 77681ca commit 4223e97
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,11 @@ runs:
rm -f /usr/local/bin/pydoc3
rm -f /usr/local/bin/python3
rm -f /usr/local/bin/python3-config
rm -f /usr/local/bin/2to3-3.12
rm -f /usr/local/bin/idle3.12
rm -f /usr/local/bin/pydoc3.12
rm -f /usr/local/bin/python3.12
rm -f /usr/local/bin/python3.12-config
- name: Install build tools
shell: bash
Expand Down

0 comments on commit 4223e97

Please sign in to comment.