diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index dce1da24..d8464ae8 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -105,7 +105,7 @@ jobs: conan profile detect --force conan remote add artifactory https://mpusz.jfrog.io/artifactory/api/conan/conan-oss mkdir _lgtm_build_dir && cd _lgtm_build_dir - conan build .. -s compiler.cppstd=20 -c user.build:all=True -b missing + conan build .. -s compiler.cppstd=20 -c user.build:all=True -o use_fmtlib=True -b missing - name: Perform CodeQL Analysis uses: github/codeql-action/analyze@v2