Skip to content

Commit

Permalink
Fix choco install fmedia
Browse files Browse the repository at this point in the history
  • Loading branch information
AlekseyMartynov committed Feb 1, 2024
1 parent dfd0642 commit 7f1cdf9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,9 @@ jobs:

- if: matrix.rid == 'win-x64'
run: |
choco install fmedia
Start-Job -ScriptBlock { fmedia --repeat-all ${{ env.TEST_FILE }} }
iwr https://github.com/stsaz/fmedia/releases/download/v1.31/fmedia-1.31-windows-x64.zip -OutFile fmedia.zip
Expand-Archive fmedia.zip .
Start-Job -ScriptBlock { .\fmedia\fmedia --repeat-all ${{ env.TEST_FILE }} }
" " | ${{ env.OUT_BIN }} > test-out-live
findstr ${{ env.TEST_TRACK_ID }} test-out-live
Expand Down

0 comments on commit 7f1cdf9

Please sign in to comment.