CI: Disable PCH on Windows

This commit is contained in:
Jérôme Leclercq 2022-03-15 08:36:34 +01:00
parent 56c6eff7f8
commit c496944b37
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ jobs:
# Setup compilation mode and install project dependencies
- name: Configure xmake and install dependencies
run: xmake.exe config --shadernodes=y --tests=y --usepch=y --unitybuild=y --arch=${{ matrix.arch }} --mode=${{ matrix.mode }} --verbose --yes
run: xmake.exe config --shadernodes=y --tests=y --unitybuild=y --arch=${{ matrix.arch }} --mode=${{ matrix.mode }} --verbose --yes
# Build the engine
- name: Build Nazara