Remove idle3 files to prevent conflict.

Now using `*` to remove multiple files at once, because otherwise this may take a lot of space.
This commit is contained in:
player-03
2023-01-05 14:29:22 -05:00
committed by GitHub
parent 75a3f10a34
commit f02930d8ba

View File

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