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
|
||||
run: |
|
||||
pushd project/lib/hashlink
|
||||
brew update --force
|
||||
brew bundle
|
||||
brew update
|
||||
HOMEBREW_BUNDLE_BREW_SKIP=python brew bundle
|
||||
popd
|
||||
haxelib install hxcpp --quiet
|
||||
haxelib install format --quiet
|
||||
|
||||
Reference in New Issue
Block a user