We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e8fb29 commit e992722Copy full SHA for e992722
appveyor.yml
@@ -3,8 +3,8 @@ branches:
3
- binaries
4
5
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'
+ - curl -O 'http://commondatastorage.googleapis.com/leafo/lua5_1_4_Win32_dll8_lib.zip'
+ - curl -O 'http://commondatastorage.googleapis.com/leafo/lua5_1_4_Win32_bin.zip'
8
- 7z x lua5_1_4_Win32_dll8_lib.zip
9
- 7z x lua5_1_4_Win32_bin.zip -aos
10
- set PATH=C:\MinGW\bin;C:\MinGW\msys\1.0\bin;%PATH%
0 commit comments