Try more ways to skip python.
Varying which versions get skipped to help figure out which worked.
This commit is contained in:
7
.github/workflows/main.yml
vendored
7
.github/workflows/main.yml
vendored
@@ -95,7 +95,12 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
pushd project/lib/hashlink
|
pushd project/lib/hashlink
|
||||||
brew update
|
brew update
|
||||||
HOMEBREW_BUNDLE_BREW_SKIP=python brew bundle
|
export HOMEBREW_BUNDLE_BREW_SKIP=python python@3.10
|
||||||
|
export HOMEBREW_BUNDLE_CASK_SKIP=python python@3.10
|
||||||
|
export HOMEBREW_BUNDLE_MAS_SKIP=python python@3.10
|
||||||
|
export HOMEBREW_BUNDLE_WHALEBREW_SKIP=python python@3.11
|
||||||
|
export HOMEBREW_BUNDLE_TAP_SKIP=python python@3.11
|
||||||
|
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