summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAliaksandr Kalenik <kalenik.aliaksandr@gmail.com>2023-04-21 09:32:28 +0300
committerSam Atkins <atkinssj@gmail.com>2023-04-21 11:00:21 +0100
commit8cf0cc4d0ae350b262e89fd1db82db5b29bb65d7 (patch)
tree3391377191b015b0e4c085dd93f87653abd58ea7
parent926c16f0ce102e48f75f1355e80fd08642dfb16f (diff)
downloadserenity-8cf0cc4d0ae350b262e89fd1db82db5b29bb65d7.zip
Meta: Add coreutils in macos Azure setup
coreutils include timeout tool that is going to be used in layout tests script.
-rw-r--r--Meta/Azure/Setup.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Meta/Azure/Setup.yml b/Meta/Azure/Setup.yml
index 11f66083f4..4886e3175d 100644
--- a/Meta/Azure/Setup.yml
+++ b/Meta/Azure/Setup.yml
@@ -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') }}: