From a6dcfe52dba1a329781e5e048c6a606b12de5522 Mon Sep 17 00:00:00 2001 From: ClausKlein Date: Tue, 2 Mar 2021 14:40:22 +0100 Subject: [PATCH] the example is named standalone --- .github/workflows/macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 4f92392..bdab461 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -42,5 +42,5 @@ jobs: run: | cmake -S standalone -B build/standalone -DCMAKE_EXPORT_COMPILE_COMMANDS=1 export PATH=/usr/local/opt/llvm/bin/:${PATH} - /usr/local/opt/llvm/share/clang/run-clang-tidy.py -p build/standalone examples || + /usr/local/opt/llvm/share/clang/run-clang-tidy.py -p build/standalone standalone || echo IGNORED