1
Fork 0
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:
Aliaksandr Kalenik 2023-04-21 09:32:28 +03:00 committed by Sam Atkins
parent 926c16f0ce
commit 8cf0cc4d0a

View file

@ -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') }}: