mirror of https://github.com/Kylart/KawAnime.git
Fix Windows CI
This commit is contained in:
parent
7200ba7b3c
commit
c7bbf6c3d0
|
@ -15,9 +15,10 @@ install:
|
|||
- ps: Install-Product node 12 x64
|
||||
- git submodule update --init --recursive
|
||||
|
||||
- curl --output mpv.7z https://mpv.srsfckn.biz/mpv-dev-latest.7z
|
||||
- 7z x -ompv mpv.7z
|
||||
- copy mpv\x86_64\mpv-1.dll C:\Windows\system32\
|
||||
# - curl --output mpv.7z https://mpv.srsfckn.biz/mpv-dev-latest.7z
|
||||
# - 7z x -ompv mpv.7z
|
||||
# - copy mpv\x86_64\mpv-1.dll C:\Windows\system32\
|
||||
- copy %APPVEYOR_BUILD_FOLDER%\public\mpv\mpv-1.dll C:\Windows\system32\
|
||||
|
||||
- set ROOT_DIRECTORY=%CD%
|
||||
- if not defined compiler ( set compiler="" )
|
||||
|
|
Loading…
Reference in New Issue