grin-wallet/.ci/install.yml
2020-02-04 15:41:28 -05:00

5 lines
144 B
YAML

steps:
- script: |
choco install -y llvm
displayName: Windows Install LLVM
condition: eq( variables['Agent.OS'], 'Windows_NT' )