mirror of
https://github.com/irungentoo/toxcore.git
synced 2024-03-22 13:30:51 +08:00
Fix appveyor script: install curl.
It should exist according to https://www.appveyor.com/docs/how-to/download-file/, but in reality it doesn't, so we install it manually.
This commit is contained in:
parent
10deb2ab5f
commit
63df16728c
|
@ -1,4 +1,8 @@
|
|||
install:
|
||||
# TODO(iphydf): Remove this when appveyor gets curl back, which it should have
|
||||
# according to https://www.appveyor.com/docs/how-to/download-file/.
|
||||
- choco install curl
|
||||
- refreshenv
|
||||
- mkdir libsodium && cd libsodium
|
||||
- curl https://download.libsodium.org/libsodium/releases/libsodium-1.0.11-msvc.zip -o libsodium.zip
|
||||
- unzip libsodium.zip
|
||||
|
|
Loading…
Reference in New Issue
Block a user