mirror of https://github.com/KLayout/klayout.git
Trying to fix Azure build issue due to revoked permissions on https://dl.bintray.com
This commit is contained in:
parent
e868e9512c
commit
38fc8a6fff
|
|
@ -64,7 +64,7 @@ jobs:
|
||||||
#arguments: # Optional
|
#arguments: # Optional
|
||||||
script: | # Required when targetType == Inline
|
script: | # Required when targetType == Inline
|
||||||
pwd
|
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
|
dir
|
||||||
Expand-Archive klayout-microbits-1.0.zip -DestinationPath klayout-microbits
|
Expand-Archive klayout-microbits-1.0.zip -DestinationPath klayout-microbits
|
||||||
dir klayout-microbits
|
dir klayout-microbits
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue