Use brew update --force.

This commit is contained in:
player-03
2023-01-05 14:43:49 -05:00
committed by GitHub
parent f02930d8ba
commit 41a473f3e6

View File

@@ -94,9 +94,7 @@ jobs:
- name: Install Haxe dependencies - name: Install Haxe dependencies
run: | run: |
pushd project/lib/hashlink pushd project/lib/hashlink
rm /usr/local/bin/2to3* brew update --force
rm /usr/local/bin/idle3*
brew update
brew bundle brew bundle
popd popd
haxelib install hxcpp --quiet haxelib install hxcpp --quiet