Skip to content

Commit

Permalink
Fix Windows MPV CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
iwalton3 committed Feb 13, 2023
1 parent 09f3f0d commit fb9873b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
curl -L https://github.com/ninja-build/ninja/releases/download/v1.10.2/ninja-win.zip > ninja.zip
unzip ninja.zip
mv ninja.exe build/
curl -L https://sourceforge.net/projects/mpv-player-windows/files/libmpv/mpv-dev-x86_64-v3-20230205-git-e439ddc.7z/download > mpv.7z
curl -L https://sourceforge.net/projects/mpv-player-windows/files/libmpv/mpv-dev-x86_64-20230205-git-e439ddc.7z/download > mpv.7z
7z x mpv.7z
mkdir mpv
mv include mpv
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
curl -L https://github.com/ninja-build/ninja/releases/download/v1.10.2/ninja-win.zip > ninja.zip
unzip ninja.zip
mv ninja.exe build/
curl -L https://sourceforge.net/projects/mpv-player-windows/files/libmpv/mpv-dev-x86_64-20230205-git-e439ddc.7z/download > mpv.7z
curl -L https://sourceforge.net/projects/mpv-player-windows/files/libmpv/mpv-dev-i686-20230205-git-e439ddc.7z/download > mpv.7z
7z x mpv.7z
mkdir mpv
mv include mpv
Expand Down

0 comments on commit fb9873b

Please sign in to comment.