Skip to content
This repository has been archived by the owner on Jan 26, 2025. It is now read-only.

Commit

Permalink
Update build-windows-x86_64.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
toasterofbread authored Mar 13, 2024
1 parent fcc7196 commit 0aa70b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-windows-x86_64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: .\7z-installer.exe /S /D="${{ github.workspace }}\7zip"

- name: Download mpv
run: curl https://kumisystems.dl.sourceforge.net/project/mpv-player-windows/libmpv/mpv-dev-x86_64-20240114-git-bd35dc8.7z --output mpv.7z
run: curl https://downloads.sourceforge.net/project/mpv-player-windows/libmpv/mpv-dev-x86_64-20240114-git-bd35dc8.7z --output mpv.7z

- name: Extract mpv
run: 7zip\7z.exe x mpv.7z -osrc\nativeInterop\windows-x86_64
Expand Down

0 comments on commit 0aa70b0

Please sign in to comment.