Skip to content

Commit

Permalink
Fix ffmpeg installation on Windows
Browse files Browse the repository at this point in the history
- Lets see if this fixes the windows build
  • Loading branch information
djova-dolby committed Mar 23, 2024
1 parent 1e97d60 commit 2d1e3c5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -490,6 +490,9 @@ jobs:
- name: 'Install dependencies'
run: ./CI/windows/01_install_dependencies.ps1 -BuildArch ${{ env.TARGET_ARCH }}

- name: 'Fix ffmpeg installation'
run: choco install ffmpeg

- name: 'Setup plugings'
run: |
git stash
Expand Down

0 comments on commit 2d1e3c5

Please sign in to comment.