Skip to content

Commit

Permalink
appveyor: remove curl
Browse files Browse the repository at this point in the history
  • Loading branch information
domenkozar committed Mar 21, 2017
1 parent 4642d79 commit ecf886b
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 @@ -33,7 +33,7 @@ test_script:
- npm run package -- --icon installers/icons/64x64
- cd installers
# Install stack
- curl -sSL -o stack.zip --insecure http://www.stackage.org/stack/windows-x86_64
- ps: Start-FileDownload http://www.stackage.org/stack/windows-x86_64 -FileName stack.zip
- 7z x stack.zip stack.exe
# Copy DLLs
# TODO: get rocksdb from rocksdb-haskell
Expand Down

0 comments on commit ecf886b

Please sign in to comment.