mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 08:57:34 +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: |
|
- script: |
|
||||||
set -e
|
set -e
|
||||||
brew update
|
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'
|
displayName: 'Install Dependencies'
|
||||||
|
|
||||||
- ${{ if eq(parameters.os, 'Android') }}:
|
- ${{ if eq(parameters.os, 'Android') }}:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue