mirror of
https://github.com/mimblewimble/grin-wallet.git
synced 2025-01-21 03:21:08 +03:00
a92b8d44b3
* CI: Fix macOS build * Missing condition
9 lines
275 B
YAML
9 lines
275 B
YAML
steps:
|
|
- script: |
|
|
choco install -y llvm
|
|
displayName: Windows Install LLVM
|
|
condition: eq( variables['Agent.OS'], 'Windows_NT' )
|
|
- script: |
|
|
brew uninstall llvm
|
|
displayName: macOS Uninstall LLVM
|
|
condition: eq( variables['Agent.OS'], 'Darwin' )
|