Remove conflicting files.

This commit is contained in:
player-03
2023-01-05 14:15:32 -05:00
committed by GitHub
parent 603a3619b6
commit 75a3f10a34

View File

@@ -94,6 +94,8 @@ jobs:
- name: Install Haxe dependencies
run: |
pushd project/lib/hashlink
rm /usr/local/bin/2to3
rm /usr/local/bin/2to3-3.11
brew update
brew bundle
popd