Skip to content

Commit

Permalink
CI: split brew bundle into its own step.
Browse files Browse the repository at this point in the history
I'm almost sure Homebrew is what makes macos-ndll so slow, but this will help confirm it.
  • Loading branch information
player-03 committed Jan 12, 2024
1 parent 0b68e8e commit 3a39670
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
run: |
echo "HAXEPATH=$HAXE_STD_PATH/.." >> $GITHUB_ENV
- name: Install Haxe dependencies
- name: Install HashLink dependencies
run: |
pushd project/lib/hashlink
brew update
Expand All @@ -95,6 +95,9 @@ jobs:
rm /usr/local/bin/python3*
brew bundle
popd
- name: Install Haxe dependencies
run: |
haxelib install hxcpp 4.2.1 --quiet
haxelib install format --quiet
haxelib install hxp --quiet
Expand Down

0 comments on commit 3a39670

Please sign in to comment.