mirror of https://github.com/KLayout/klayout.git
fix squared
This commit is contained in:
parent
a68b8a8f37
commit
7d3ecdbe02
|
|
@ -43,7 +43,7 @@ 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
|
||||
Invoke-WebRequest -Uri "https://dl.bintray.com/lightwave-lab/klayout/klayout-microbits-1.0.beta.zip" -OutFile klayout-microbits-1.0.zip
|
||||
dir
|
||||
Expand-Archive klayout-microbits-1.0.zip -DestinationPath klayout-microbits
|
||||
dir klayout-microbits
|
||||
|
|
|
|||
Loading…
Reference in New Issue