From d36112dfc77f6288238b548adbc0ff11d5432868 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Danny=20M=C3=B6sch?= Date: Sat, 18 Jan 2025 15:08:58 +0100 Subject: [PATCH] Check installed tools --- azure-pipelines.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 2f33291005..6bd86f3d2b 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -20,6 +20,10 @@ jobs: vmImage: 'ubuntu-24.04' # "Noble Numbat" steps: - script: | + which swift + which clang + ls -al /usr/local/bin + ls -al /usr/share/swift/usr/bin/ bazel build :swiftlint bazel test --test_output=errors //Tests/... displayName: bazel test