CI:macOS: Disable OpenGL

It won't work
This commit is contained in:
TellowKrinkle 2022-04-17 02:47:49 -05:00 committed by tellowkrinkle
parent e1a6304e32
commit a959ec7571
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ jobs:
run: .github/workflows/scripts/macos/build-dependencies.sh
- name: Generate CMake Files
run: cmake -DCMAKE_PREFIX_PATH="$HOME/deps" -DCMAKE_BUILD_TYPE=Release -DDISABLE_ADVANCE_SIMD=ON -DLTO_PCSX2_CORE=ON -B build .
run: cmake -DCMAKE_PREFIX_PATH="$HOME/deps" -DCMAKE_BUILD_TYPE=Release -DUSE_OPENGL=OFF -DDISABLE_ADVANCE_SIMD=ON -DLTO_PCSX2_CORE=ON -B build .
- name: Build PCSX2
working-directory: build