Remove conflicting files.

This commit is contained in:
player-03
2023-01-05 14:15:32 -05:00
committed by Josh Tynjala
parent baa5bc79b7
commit a91f95ef65

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