From 38fc8a6fff70533e822976b76a23af2401e1cecf Mon Sep 17 00:00:00 2001 From: Matthias Koefferlein Date: Tue, 4 May 2021 23:18:20 +0200 Subject: [PATCH] Trying to fix Azure build issue due to revoked permissions on https://dl.bintray.com --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 33e89610e..28e572ce1 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -64,7 +64,7 @@ jobs: #arguments: # Optional script: | # Required when targetType == Inline pwd - Invoke-WebRequest -Uri "https://dl.bintray.com/lightwave-lab/klayout/klayout-microbits-1.0.zip" -OutFile klayout-microbits-1.0.zip + Invoke-WebRequest -Uri "https://www.klayout.org/downloads/klayout-microbits-1.0.zip" -OutFile klayout-microbits-1.0.zip dir Expand-Archive klayout-microbits-1.0.zip -DestinationPath klayout-microbits dir klayout-microbits