Skip to content

Commit

Permalink
Fix 7z syntax.
Browse files Browse the repository at this point in the history
  • Loading branch information
ralight committed Mar 3, 2015
1 parent 0379cd2 commit 741639a
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 -y x pthreads-w32-2-9-1-release.zip -o C:\pthreads
- 7z -y x pthreads-w32-2-9-1-release.zip -oC:\pthreads

build:

Expand Down

0 comments on commit 741639a

Please sign in to comment.