Skip to content

Commit e992722

Browse files
committed
try to fix broken file download
1 parent 1e8fb29 commit e992722

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ branches:
33
- binaries
44

55
install:
6-
- ps: Start-FileDownload 'http://commondatastorage.googleapis.com/leafo/lua5_1_4_Win32_dll8_lib.zip'
7-
- ps: Start-FileDownload 'http://commondatastorage.googleapis.com/leafo/lua5_1_4_Win32_bin.zip'
6+
- curl -O 'http://commondatastorage.googleapis.com/leafo/lua5_1_4_Win32_dll8_lib.zip'
7+
- curl -O 'http://commondatastorage.googleapis.com/leafo/lua5_1_4_Win32_bin.zip'
88
- 7z x lua5_1_4_Win32_dll8_lib.zip
99
- 7z x lua5_1_4_Win32_bin.zip -aos
1010
- set PATH=C:\MinGW\bin;C:\MinGW\msys\1.0\bin;%PATH%

0 commit comments

Comments
 (0)