mirror of https://github.com/OpenTTD/OpenTTD
Fix: [AzurePipelines] the repository OpenTTD-CF is renamed to CompileFarm
parent
e71f7cf277
commit
5ad73e4029
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue