mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
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:
parent
0fca1a5afb
commit
cae7a87e4f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/codeql.yml
vendored
2
.github/workflows/codeql.yml
vendored
|
|
@ -58,7 +58,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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue