mirror of
https://github.com/TheLartians/ModernCppStarter.git
synced 2025-08-30 21:51:12 +02:00
the example is named standalone
This commit is contained in:
parent
1cf8490d46
commit
a6dcfe52db
1 changed files with 1 additions and 1 deletions
2
.github/workflows/macos.yml
vendored
2
.github/workflows/macos.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue