CI yml typo fix
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user