For #666: don't use the 'v3' version of libmpv DLL

This commit is contained in:
Drew Weymouth
2025-08-20 10:06:40 -07:00
committed by GitHub
parent 51b2b2ca0b
commit a8f252de33
+2 -2
View File
@@ -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: >