ci: Build libOBS with MSVC on Windows

obs-studio does not yet support ClangCL, resulting in a broken build. We don't want to check if obs-studio is broken, we only want to check if StreamFX is broken.
This commit is contained in:
Michael Fabian 'Xaymar' Dirks 2023-05-14 04:36:39 +02:00 committed by Xaymar
parent 4b0e00bc54
commit 7237d8826f

View file

@ -111,6 +111,9 @@ jobs:
- name: "Dependency: OBS Libraries"
id: obs
if: ${{ steps.obs-cache.outputs.cache-hit != 'true' }}
env:
# obs-studio does not support ClangCL
CMAKE_GENERATOR_TOOLSET: ""
shell: bash
run: |
# Apply patches to obs-studio