feat: disable pch on codeql build

this allows us to notice when no-pch builds break

Signed-off-by: DioEgizio <83089242+DioEgizio@users.noreply.github.com>
This commit is contained in:
DioEgizio 2026-02-13 18:28:47 +01:00
parent a90c438655
commit 00eb04db58

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