diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4b009c1..98c6f8c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -59,8 +59,8 @@ jobs: run: make package_windows - name: Download mpv dll run: > - wget https://github.com/shinchiro/mpv-winbuild-cmake/releases/download/20260301/mpv-dev-x86_64-20260301-git-05fac7f.7z && - 7z x mpv-dev-x86_64-20260301-git-05fac7f.7z + wget https://github.com/shinchiro/mpv-winbuild-cmake/releases/download/20260610/mpv-dev-x86_64-20260610-git-304426c.7z && + 7z x mpv-dev-x86_64-20260610-git-304426c.7z - name: Download smtc dll run: > wget https://github.com/supersonic-app/smtc-dll/releases/download/v0.1.2/SMTC.dll diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2094bd8..b604766 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -39,8 +39,8 @@ jobs: run: make package_windows - name: Download mpv dll run: > - wget https://github.com/shinchiro/mpv-winbuild-cmake/releases/download/20260301/mpv-dev-x86_64-20260301-git-05fac7f.7z && - 7z x mpv-dev-x86_64-20260301-git-05fac7f.7z + wget https://github.com/shinchiro/mpv-winbuild-cmake/releases/download/20260610/mpv-dev-x86_64-20260610-git-304426c.7z && + 7z x mpv-dev-x86_64-20260610-git-304426c.7z - name: Download smtc dll run: > wget https://github.com/supersonic-app/smtc-dll/releases/download/v0.1.2/SMTC.dll