1
0
Fork 0
mirror of https://github.com/TheLartians/ModernCppStarter.git synced 2025-09-03 23:50:53 +02:00

fix syntax error

link to static fmt lib again
This commit is contained in:
ClausKlein 2021-03-02 12:10:23 +01:00
parent a50af55582
commit e8d1012d41
2 changed files with 5 additions and 5 deletions

View file

@ -40,4 +40,4 @@ jobs:
- name: build standalone with clang-tidy
run: |
cmake -S standalone -B build/standalone -DUSE_STATIC_ANALYZER=clang-tidy
cmake -S standalone -B build/standalone -DUSE_STATIC_ANALYZER=clang-tidy