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:
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@@ -94,8 +94,8 @@ jobs:
|
|||||||
- name: Install Haxe dependencies
|
- name: Install Haxe dependencies
|
||||||
run: |
|
run: |
|
||||||
pushd project/lib/hashlink
|
pushd project/lib/hashlink
|
||||||
rm /usr/local/bin/2to3
|
rm /usr/local/bin/2to3*
|
||||||
rm /usr/local/bin/2to3-3.11
|
rm /usr/local/bin/idle3*
|
||||||
brew update
|
brew update
|
||||||
brew bundle
|
brew bundle
|
||||||
popd
|
popd
|
||||||
|
|||||||
Reference in New Issue
Block a user