Skip to content

Commit

Permalink
Fix zip extraction command.
Browse files Browse the repository at this point in the history
  • Loading branch information
ralight committed Mar 3, 2015
1 parent e251ff6 commit ce5b497
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ install:
- Win32OpenSSL-1_0_2.exe /silent /verysilent /sp- /suppressmsgboxes
- appveyor DownloadFile ftp:https://sourceware.org/pub/pthreads-win32/pthreads-w32-2-9-1-release.zip
- md C:\pthreads
- 7z e pthreads-w32-2-9-1-release.zip C:\pthreads
- 7za -y x pthreads-w32-2-9-1-release.zip -o C:\pthreads

build:

Expand Down

0 comments on commit ce5b497

Please sign in to comment.