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 cf04b3c commit a5c0beeCopy full SHA for a5c0bee
appveyor.yml
@@ -6,7 +6,7 @@ install:
6
- ps: Start-FileDownload 'http://leafo.net/dump/lua5_1_4_Win32_dll8_lib.zip'
7
- ps: Start-FileDownload 'http://leafo.net/dump/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
+ - 7z x lua5_1_4_Win32_bin.zip -aos
10
- set PATH=C:\MinGW\bin;C:\MinGW\msys\1.0\bin;%PATH%
11
- dir .
12
0 commit comments