mirror of https://github.com/KLayout/klayout.git
bintray download was not successful.
This commit is contained in:
parent
68490f7891
commit
a68b8a8f37
|
|
@ -43,8 +43,8 @@ jobs:
|
|||
#arguments: # Optional
|
||||
script: | # Required when targetType == Inline
|
||||
pwd
|
||||
Invoke-WebRequest -Uri "https://dl.bintray.com/lightwave-lab/klayout/klayout-microbits-1.0.beta.zip" -OutFile klayout-microbits-1.0.beta.zip
|
||||
dir
|
||||
Invoke-WebRequest -Uri "https://dl.bintray.com/lightwave-lab/klayout/klayout-microbits-1.0.beta.zip" -MaximumRedirection 2 -OutFile klayout-microbits-1.0.beta.zip
|
||||
Expand-Archive klayout-microbits-1.0.zip -DestinationPath klayout-microbits
|
||||
dir klayout-microbits
|
||||
#errorActionPreference: 'stop' # Optional. Options: stop, continue, silentlyContinue
|
||||
|
|
|
|||
Loading…
Reference in New Issue