From a8f252de33196e26dea93849c7e3c3a9fdd17b4f Mon Sep 17 00:00:00 2001 From: Drew Weymouth Date: Wed, 20 Aug 2025 10:06:40 -0700 Subject: [PATCH] For #666: don't use the 'v3' version of libmpv DLL --- .github/workflows/build-windows.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-windows.yml b/.github/workflows/build-windows.yml index 43ee6af..044afdc 100644 --- a/.github/workflows/build-windows.yml +++ b/.github/workflows/build-windows.yml @@ -45,8 +45,8 @@ jobs: - name: Download mpv dll run: > - wget https://github.com/shinchiro/mpv-winbuild-cmake/releases/download/20250810/mpv-dev-x86_64-v3-20250810-git-01b7edc.7z && - 7z x mpv-dev-x86_64-v3-20250810-git-01b7edc.7z + wget https://github.com/shinchiro/mpv-winbuild-cmake/releases/download/20250810/mpv-dev-x86_64-20250810-git-01b7edc.7z && + 7z x mpv-dev-x86_64-20250810-git-01b7edc.7z - name: Download smtc dll run: >