summaryrefslogtreecommitdiff
path: root/azure-pipelines/templates/windows-dependencies.yml
diff options
context:
space:
mode:
Diffstat (limited to 'azure-pipelines/templates/windows-dependencies.yml')
-rw-r--r--azure-pipelines/templates/windows-dependencies.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/azure-pipelines/templates/windows-dependencies.yml b/azure-pipelines/templates/windows-dependencies.yml
index 06f56e626..c6fc6e407 100644
--- a/azure-pipelines/templates/windows-dependencies.yml
+++ b/azure-pipelines/templates/windows-dependencies.yml
@@ -1,7 +1,7 @@
steps:
- bash: |
set -ex
- curl -L https://github.com/OpenTTD/OpenTTD-CF/releases/download/latest/windows-dependencies.zip > windows-dependencies.zip
+ curl -L https://github.com/OpenTTD/CompileFarm/releases/download/latest/windows-dependencies.zip > windows-dependencies.zip
unzip windows-dependencies.zip
rm -f windows-dependencies.zip
displayName: 'Download dependencies'