From fb4c4e16b6c80d987a0d5c216acea17da66e8ffe Mon Sep 17 00:00:00 2001 From: nhmall Date: Tue, 27 May 2025 03:52:58 -0400 Subject: [PATCH] CI change brew install to groff --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 187f3287d..44cb76f79 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -214,7 +214,7 @@ steps: workingDirectory: $(Agent.BuildDirectory)/$(netHackPath) - bash: | - brew install nroff + brew install groff cd sys/unix sh setup.sh hints/macos.370 cd ../.. @@ -222,7 +222,7 @@ steps: make WANT_MACSOUND=1 all condition: eq( variables['Agent.OS'], 'Darwin' ) workingDirectory: $(Agent.BuildDirectory)/$(netHackPath) - displayName: 'Building mac full build' + displayName: 'Building mac full build - bash: | sudo apt -qq -y install libfl2