mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-21 23:20:20 +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:
parent
68ec099b66
commit
4f62066ad0
Notes:
sideshowbarker
2024-07-17 18:06:52 +09:00
Author: https://github.com/trflynn89 Commit: https://github.com/SerenityOS/serenity/commit/4f62066ad0 Pull-request: https://github.com/SerenityOS/serenity/pull/24232
1 changed files with 3 additions and 2 deletions
1
.github/actions/setup/action.yml
vendored
1
.github/actions/setup/action.yml
vendored
|
@ -83,4 +83,5 @@ runs:
|
|||
shell: bash
|
||||
run: |
|
||||
set -e
|
||||
brew update
|
||||
brew install coreutils bash ninja wabt ccache unzip qt llvm@18
|
||||
|
|
Loading…
Reference in a new issue