Return to the original approach, again.

At least this time it printed a full list of conflicts. With any luck, this will do it.
This commit is contained in:
player-03
2023-01-05 16:22:18 -05:00
committed by GitHub
parent 092bee0680
commit 255b5cba9e

View File

@@ -95,9 +95,10 @@ jobs:
run: |
pushd project/lib/hashlink
brew update
# `brew bundle` is going to install these versions of python without specifying `--overwrite`
brew install --overwrite python@3.10
brew install --overwrite python@3.11
rm /usr/local/bin/2to3*
rm /usr/local/bin/idle3*
rm /usr/local/bin/pydoc3*
rm /usr/local/bin/python3*
brew bundle
popd
haxelib install hxcpp --quiet