From 058ae3d18525f1c9b89064c9f7865dc3d398e89c Mon Sep 17 00:00:00 2001 From: stax76 Date: Mon, 19 Aug 2024 11:37:50 +0200 Subject: [PATCH] auto build fix --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d50c9cdf..389c7331 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -54,7 +54,7 @@ jobs: - name: Download libmpv # In principle, only update this binary file when significant feature changes occur in mpv/mpv.net shell: msys2 {0} run: | - wget -nv -O libmpv.7z https://github.com/zhongfly/mpv-winbuild/releases/download/2024-07-14-202ecc1/mpv-dev-x86_64-20240714-git-202ecc1.7z + wget -nv -O libmpv.7z https://github.com/zhongfly/mpv-winbuild/releases/download/2024-08-18-a3baf94/mpv-dev-x86_64-20240818-git-a3baf94.7z 7z x -y libmpv.7z -olibmpv cp -f libmpv/libmpv-2.dll src/MpvNet.Windows/bin/Debug/ || true - name: Download MediaInfo