mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 16:47:36 +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
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…
Add table
Add a link
Reference in a new issue