Skip to content

Commit

Permalink
NDI Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
totetmatt committed Sep 23, 2024
1 parent 92a1b86 commit 5b620c3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,10 @@ jobs:
run: |
curl ${{ secrets.NDI_SDK_URL }} -o ndisdk.exe
echo "Installing NDI SDK..."
./ndisdk.exe /VERYSILENT /ALLUSERS
./ndisdk.exe /VERYSILENT /ALLUSERS /DIR="${{ env.NDI_SDK_DIR }}"
echo "Waiting for NDI SDK to finish installing..."
Wait-Process -Name "ndisdk"
dir "${{ env.NDI_SDK_DIR }}"
echo "Done!"
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -98,9 +99,10 @@ jobs:
run: |
curl ${{ secrets.NDI_SDK_URL }} -o ndisdk.exe
echo "Installing NDI SDK..."
./ndisdk.exe /VERYSILENT /ALLUSERS
./ndisdk.exe /VERYSILENT /ALLUSERS /DIR="${{ env.NDI_SDK_DIR }}"
echo "Waiting for NDI SDK to finish installing..."
Wait-Process -Name "ndisdk"
dir "${{ env.NDI_SDK_DIR }}"
echo "Done!"
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 5b620c3

Please sign in to comment.