diff --git a/.github/workflows/analyzers.yml b/.github/workflows/analyzers.yml index 1748d9f19..371889e81 100644 --- a/.github/workflows/analyzers.yml +++ b/.github/workflows/analyzers.yml @@ -120,6 +120,10 @@ jobs: run: | cmake --version + - name: Clazy print version + run: | + clazy-standalone --version + - name: TinyORM create folder for build trees run: | mkdir --parents '../TinyORM-builds-cmake'