Skip to content

Commit

Permalink
No need to create directory here - causes an error when cached.
Browse files Browse the repository at this point in the history
  • Loading branch information
ralight committed Mar 3, 2015
1 parent a2707a9 commit 15295cd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ install:
- appveyor DownloadFile http:https://slproweb.com/download/Win32OpenSSL-1_0_2.exe
- 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 -oC:\pthreads
- 7z -y x pthreads-w32-2-9-1-release.zip -oC:\pthreads\
- appveyor DownloadFile "http:https://sunet.dl.sourceforge.net/project/nsis/NSIS 2/2.46/nsis-2.46-setup.exe" -FileName nsissetup.exe
- nsissetup /S /D=%NSIS_ROOT%

Expand Down

0 comments on commit 15295cd

Please sign in to comment.