Manually install the problem versions of python.
This way, we get to add the `--overwrite` flag.
This commit is contained in:
6
.github/workflows/main.yml
vendored
6
.github/workflows/main.yml
vendored
@@ -95,9 +95,9 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
pushd project/lib/hashlink
|
pushd project/lib/hashlink
|
||||||
brew update
|
brew update
|
||||||
rm /usr/local/bin/2to3*
|
# `brew bundle` is going to install these versions of python without specifying `--overwrite`
|
||||||
rm /usr/local/bin/idle3*
|
brew install --overwrite python@3.10
|
||||||
rm /usr/local/bin/pydoc3*
|
brew install --overwrite python@3.11
|
||||||
brew bundle
|
brew bundle
|
||||||
popd
|
popd
|
||||||
haxelib install hxcpp --quiet
|
haxelib install hxcpp --quiet
|
||||||
|
|||||||
Reference in New Issue
Block a user