diff --git a/.github/workflows/mpv-meson.yml b/.github/workflows/mpv-meson.yml index 67adc3d7..834f4e73 100644 --- a/.github/workflows/mpv-meson.yml +++ b/.github/workflows/mpv-meson.yml @@ -135,7 +135,7 @@ jobs: shell: msys2 {0} run: | curl -OL https://github.com/${{ github.repository }}/releases/download/latest/config-1.0-1-x86_64.pkg.tar.xz - curl -OL https://github.com/${{ github.repository }}/releases/download/latest/ffmpeg-git-6.0-1-x86_64.pkg.tar.xz + curl -OL https://github.com/${{ github.repository }}/releases/download/latest/ffmpeg-git-5.1.2-1-x86_64.pkg.tar.xz curl -OL https://github.com/${{ github.repository }}/releases/download/latest/libmpv-git-0.35.1-1-x86_64.pkg.tar.xz curl -OL https://github.com/${{ github.repository }}/releases/download/latest/mcfgthread-20230224-1-x86_64.pkg.tar.xz curl -OL https://github.com/${{ github.repository }}/releases/download/latest/mpv-git-0.35.1-1-x86_64.pkg.tar.xz