CI change brew install to groff

This commit is contained in:
nhmall
2025-05-27 03:52:58 -04:00
parent 90b674c1eb
commit fb4c4e16b6

View File

@@ -214,7 +214,7 @@ steps:
workingDirectory: $(Agent.BuildDirectory)/$(netHackPath) workingDirectory: $(Agent.BuildDirectory)/$(netHackPath)
- bash: | - bash: |
brew install nroff brew install groff
cd sys/unix cd sys/unix
sh setup.sh hints/macos.370 sh setup.sh hints/macos.370
cd ../.. cd ../..
@@ -222,7 +222,7 @@ steps:
make WANT_MACSOUND=1 all make WANT_MACSOUND=1 all
condition: eq( variables['Agent.OS'], 'Darwin' ) condition: eq( variables['Agent.OS'], 'Darwin' )
workingDirectory: $(Agent.BuildDirectory)/$(netHackPath) workingDirectory: $(Agent.BuildDirectory)/$(netHackPath)
displayName: 'Building mac full build' displayName: 'Building mac full build
- bash: | - bash: |
sudo apt -qq -y install libfl2 sudo apt -qq -y install libfl2