mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
Meta: Add coreutils in macos Azure setup
coreutils include timeout tool that is going to be used in layout tests script.
This commit is contained in:
parent
926c16f0ce
commit
8cf0cc4d0a
Notes:
sideshowbarker
2024-07-17 01:46:00 +09:00
Author: https://github.com/kalenikaliaksandr Commit: https://github.com/SerenityOS/serenity/commit/8cf0cc4d0a Pull-request: https://github.com/SerenityOS/serenity/pull/18442
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ steps:
|
|||
- script: |
|
||||
set -e
|
||||
brew update
|
||||
brew install bash ninja wabt ccache unzip qt llvm@15
|
||||
brew install coreutils bash ninja wabt ccache unzip qt llvm@15
|
||||
displayName: 'Install Dependencies'
|
||||
|
||||
- ${{ if eq(parameters.os, 'Android') }}:
|
||||
|
|
Loading…
Reference in a new issue