ci: use_fmtlib=True set for CodeQL workflow

This commit is contained in:
Mateusz Pusz
2024-01-23 22:48:54 +01:00
parent bfe00f25e4
commit a3c72c5c12

View File

@@ -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