Skip to content

Commit a5c0bee

Browse files
committed
skip overwriting files
1 parent cf04b3c commit a5c0bee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ install:
66
- ps: Start-FileDownload 'http://leafo.net/dump/lua5_1_4_Win32_dll8_lib.zip'
77
- ps: Start-FileDownload 'http://leafo.net/dump/lua5_1_4_Win32_bin.zip'
88
- 7z x lua5_1_4_Win32_dll8_lib.zip
9-
- 7z x lua5_1_4_Win32_bin.zip
9+
- 7z x lua5_1_4_Win32_bin.zip -aos
1010
- set PATH=C:\MinGW\bin;C:\MinGW\msys\1.0\bin;%PATH%
1111
- dir .
1212

0 commit comments

Comments
 (0)