Skip to content

Commit

Permalink
ci: Build libOBS with MSVC on Windows
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Xaymar committed May 14, 2023
1 parent 4b0e00b commit 7237d88
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7237d88

Please sign in to comment.