mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-06-29 01:54:20 +03:00
feat: disable pch on codeql build (#5023)
This commit is contained in:
commit
4f12814893
1 changed files with 1 additions and 1 deletions
2
.github/workflows/codeql.yml
vendored
2
.github/workflows/codeql.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue