Skip to content

Commit

Permalink
Remove windows build temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
djova-dolby committed Mar 22, 2024
1 parent a179e45 commit de1722a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -444,6 +444,7 @@ jobs:
${{ github.workspace }}/build/obs-ndi*.deb
windows_build:
if: false
name: 'Windows_x64'
runs-on: [windows-2022]
env:
Expand Down Expand Up @@ -535,7 +536,7 @@ jobs:
path: ./build_${{ env.VENDOR }}/obs-webrtc-*.exe

deployment_production:
needs: [windows_build, linux_build, macos_build_arm64, macos_build_x86_64]
needs: [linux_build, macos_build_arm64, macos_build_x86_64]
if: |
success() &&
github.event_name != 'pull_request' &&
Expand Down

0 comments on commit de1722a

Please sign in to comment.