aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorHoward Butler <howard@hobu.co>2020-03-02 14:57:15 -0600
committerHoward Butler <howard@hobu.co>2020-03-02 14:57:15 -0600
commitc961dc61de79a5e6066d1e12799fa28ac91a8ad9 (patch)
tree291eae364bad6c6b7a6b78f5d1b8a0bb159d85bf /scripts
parent3f17ef53cfebc7112854fe9353d057353b7c4fcb (diff)
downloadPROJ-c961dc61de79a5e6066d1e12799fa28ac91a8ad9.tar.gz
PROJ-c961dc61de79a5e6066d1e12799fa28ac91a8ad9.zip
or curl
Diffstat (limited to 'scripts')
-rw-r--r--scripts/azp/win.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/azp/win.yml b/scripts/azp/win.yml
index f9d9ed12..1d56546d 100644
--- a/scripts/azp/win.yml
+++ b/scripts/azp/win.yml
@@ -17,7 +17,7 @@ jobs:
ECHO ON
call activate proj
call conda config --set always_yes True --set show_channel_urls True
- call conda install --yes --quiet --name proj -c conda-forge conda-build libtiff ninja -y
+ call conda install --yes --quiet --name proj -c conda-forge conda-build libtiff curl ninja -y
call conda install -c conda-forge proj --only-deps -y
displayName: Install PROJ dependencies
- script: |