Skip to content

Commit

Permalink
ci:windows install with winget
Browse files Browse the repository at this point in the history
  • Loading branch information
scivision committed Jan 28, 2024
1 parent b9278e6 commit 8b6d47e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ jobs:

- name: install prereqs (Windows)
if: runner.os == 'Windows'
run: cinst -y ffmpeg
run: winget install ffmpeg

- run: pytest

0 comments on commit 8b6d47e

Please sign in to comment.