mirror of
https://github.com/mimblewimble/grin-wallet.git
synced 2025-02-01 08:51:09 +03:00
parent
3571ff8e37
commit
a92b8d44b3
1 changed files with 4 additions and 0 deletions
|
@ -3,3 +3,7 @@ steps:
|
||||||
choco install -y llvm
|
choco install -y llvm
|
||||||
displayName: Windows Install LLVM
|
displayName: Windows Install LLVM
|
||||||
condition: eq( variables['Agent.OS'], 'Windows_NT' )
|
condition: eq( variables['Agent.OS'], 'Windows_NT' )
|
||||||
|
- script: |
|
||||||
|
brew uninstall llvm
|
||||||
|
displayName: macOS Uninstall LLVM
|
||||||
|
condition: eq( variables['Agent.OS'], 'Darwin' )
|
||||||
|
|
Loading…
Reference in a new issue