feat: disable pch on codeql build (#5023)

This commit is contained in:
DioEgizio 2026-02-13 22:07:08 +00:00 committed by GitHub
commit 4f12814893
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -41,7 +41,7 @@ jobs:
- name: Configure and Build
run: |
cmake --preset linux
cmake --preset linux -DLauncher_USE_PCH=OFF
cmake --build --preset linux --config Debug
- name: Run tests