Skip to content

Commit

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

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

0 comments on commit 1e97d60

Please sign in to comment.