mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-27 19:59:17 +00:00
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:
committed by
Andrew Kaster
parent
68ec099b66
commit
4f62066ad0
1
.github/actions/setup/action.yml
vendored
1
.github/actions/setup/action.yml
vendored
@@ -83,4 +83,5 @@ runs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
set -e
|
set -e
|
||||||
|
brew update
|
||||||
brew install coreutils bash ninja wabt ccache unzip qt llvm@18
|
brew install coreutils bash ninja wabt ccache unzip qt llvm@18
|
||||||
|
|||||||
Reference in New Issue
Block a user