CI: Run brew update before installing macOS packages

This is needed to update brew's internal list of formulae, otherwise it
does not know about llvm-18.
This commit is contained in:
Timothy Flynn 2024-05-06 07:47:35 -04:00 committed by Andrew Kaster
parent 68ec099b66
commit 4f62066ad0
Notes: sideshowbarker 2024-07-17 18:06:52 +09:00

View file

@ -83,4 +83,5 @@ runs:
shell: bash
run: |
set -e
brew update
brew install coreutils bash ninja wabt ccache unzip qt llvm@18