mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
ci: fix workflows/windows-install-sdl.bat
This commit is contained in:
parent
8ff86dbee6
commit
f724a4d820
8
.github/workflows/windows-install-sdl.bat
vendored
8
.github/workflows/windows-install-sdl.bat
vendored
@ -10,7 +10,7 @@ unzip SDL2_ttf.zip -d thirdparty/
|
||||
unzip SDL2_image.zip -d thirdparty/
|
||||
unzip SDL2_mixer.zip -d thirdparty/
|
||||
|
||||
mv thirdparty/SDL2-2.0.10 thirdparty/SDL2
|
||||
mv thirdparty/SDL2_ttf-2.0.15 thirdparty/SDL2_ttf
|
||||
mv thirdparty/SDL2_image-2.0.5 thirdparty/SDL2_image
|
||||
mv thirdparty/SDL2_mixer-2.0.4 thirdparty/SDL2_mixer
|
||||
move /y thirdparty/SDL2-2.0.10 thirdparty/SDL2
|
||||
move /y thirdparty/SDL2_ttf-2.0.15 thirdparty/SDL2_ttf
|
||||
move /y thirdparty/SDL2_image-2.0.5 thirdparty/SDL2_image
|
||||
move /y thirdparty/SDL2_mixer-2.0.4 thirdparty/SDL2_mixer
|
||||
|
Loading…
Reference in New Issue
Block a user