Try to skip reinstalling python.
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
|
||||||
brew update --force
|
brew update
|
||||||
brew bundle
|
HOMEBREW_BUNDLE_BREW_SKIP=python brew bundle
|
||||||
popd
|
popd
|
||||||
haxelib install hxcpp --quiet
|
haxelib install hxcpp --quiet
|
||||||
haxelib install format --quiet
|
haxelib install format --quiet
|
||||||
|
|||||||
Reference in New Issue
Block a user