Skip to content

Commit

Permalink
[Windows] Forced use of FFmpeg 4.4 for the WIP version. (#293)
Browse files Browse the repository at this point in the history
  • Loading branch information
punesemu committed Feb 26, 2023
1 parent b508d32 commit 0c292a1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,10 +90,14 @@ jobs:
p7zip
unzip
libtool
mingw-w64-${{ matrix.env }}-ffmpeg
mingw-w64-${{ matrix.env }}-cmake
mingw-w64-${{ matrix.env }}-toolchain
- name: 'Install FFmpeg libraries'
shell: msys2 {0}
run: |
pacman --noconfirm -U http://repo.msys2.org/mingw/${{ matrix.env }}/mingw-w64-${{ matrix.env }}-ffmpeg-4.4.3-6-any.pkg.tar.zst
- name: 'Environment configuration'
shell: msys2 {0}
run: |
Expand Down

0 comments on commit 0c292a1

Please sign in to comment.