mirror of
https://github.com/Xaymar/obs-StreamFX
synced 2024-11-23 20:05:11 +00:00
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:
parent
4b0e00bc54
commit
7237d8826f
1 changed files with 3 additions and 0 deletions
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue