summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2020-05-16 14:08:11 -0400
committerTom Rini <trini@konsulko.com>2020-05-16 14:08:11 -0400
commit83c49bcf9775e2ef4fa35ae9069c98871fdf8c27 (patch)
treec75b352ca49ece17bf08c7b36fe9c0cc3c632722
parentebbfac60d03bc80decb732e172bcad9c00afa467 (diff)
downloadu-boot-83c49bcf9775e2ef4fa35ae9069c98871fdf8c27.tar.gz
HACK: use find
Signed-off-by: Tom Rini <trini@konsulko.com>
-rw-r--r--.azure-pipelines.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml
index 0e29577ec6..b89c32591a 100644
--- a/.azure-pipelines.yml
+++ b/.azure-pipelines.yml
@@ -16,5 +16,5 @@ jobs:
vmImage: $(macos_vm)
steps:
- script: |
- ls -R /usr/local
+ find /usr /Applications /Library -name evp.h
make tools-only_config tools-only -j$(sysctl -n hw.logicalcpu)