Skip to content

Commit 3f897b1

Browse files
committed
Yet another try to fix actions/workflow/auto build
1 parent 12d0126 commit 3f897b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- name: Download libmpv # In principle, only update this binary file when significant feature changes occur in mpv/mpv.net
5555
shell: msys2 {0}
5656
run: |
57-
wget -nv -O libmpv.7z https://github.com/zhongfly/mpv-winbuild/releases/download/2024-04-02-fe1de11/mpv-dev-x86_64-20240402-git-fe1de11.7z
57+
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
5858
7z x -y libmpv.7z -olibmpv
5959
cp -f libmpv/libmpv-2.dll src/MpvNet.Windows/bin/Debug/ || true
6060
- name: Download MediaInfo

0 commit comments

Comments
 (0)