Skip to content

Commit

Permalink
Choco instead of winget
Browse files Browse the repository at this point in the history
  • Loading branch information
kokorin committed Aug 26, 2024
1 parent 60d05bb commit c2ce25c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
if: startsWith(matrix.os, 'macos')

- name: Install ffmpeg on Windows
run: winget install ffmpeg --accept-package-agreements
run: choco install ffmpeg
if: startsWith(matrix.os, 'windows')

- run: ffmpeg -version
Expand Down

0 comments on commit c2ce25c

Please sign in to comment.