diff options
| author | Enrico Tassi | 2020-12-07 13:19:34 +0100 |
|---|---|---|
| committer | Enrico Tassi | 2020-12-09 19:22:21 +0100 |
| commit | d5ce3e85473dc859ce25050ec2ff7a214aa2ba1a (patch) | |
| tree | 1417d76aa0a6f06cbfd658fc53188f4f60f5a395 | |
| parent | 9e0ca704fa8273a8337ff9e118d2d08620af8962 (diff) | |
[osx] disable brew cleanup
| -rw-r--r-- | azure-pipelines.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 11f225bdb6..761c22ec60 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -62,6 +62,7 @@ jobs: - script: | set -e + export export HOMEBREW_NO_INSTALL_CLEANUP=1 brew install gnu-time opam gtksourceview3 adwaita-icon-theme pip3 install macpack displayName: 'Install system dependencies' |
