Skip to content

Commit

Permalink
Update lvs_regression.yml
Browse files Browse the repository at this point in the history
update to the version 0.29.8-1 as a current one on klayout.org

Signed-off-by: Krzysztof Herman <141824113+KrzysztofHerman@users.noreply.github.com>
  • Loading branch information
KrzysztofHerman authored Nov 12, 2024
1 parent 1f7a18c commit b909af6
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/lvs_regression.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,11 +59,9 @@ jobs:
- name: Installing Klayout
run: |
sudo apt update -qq -y
# wget https://www.klayout.org/downloads/Ubuntu-22/klayout_0.29.0-1_amd64.deb
wget https://github.com/IHP-GmbH/TO_Nov2024/blob/main/drc/klayout_0.29.6-1_amd64.deb
wget https://www.klayout.org/downloads/Ubuntu-22/klayout_0.29.8-1_amd64.deb
# The dpkg command will fail complaining about missing dependencies.
# sudo dpkg -i ./klayout_0.29.0-1_amd64.deb || true
sudo dpkg -i ./klayout_0.29.6-1_amd64.deb || true
sudo dpkg -i ./klayout_0.29.8-1_amd64.deb || true
# The apt install command should install the missing dependencies
# needed by KLayout above and finish the install.
sudo apt install -f -y
Expand All @@ -83,9 +81,9 @@ jobs:
- name: Installing Klayout
run: |
sudo apt update -qq -y
wget https://www.klayout.org/downloads/Ubuntu-22/klayout_0.29.0-1_amd64.deb
wget https://www.klayout.org/downloads/Ubuntu-22/klayout_0.29.8-1_amd64.deb
# The dpkg command will fail complaining about missing dependencies.
sudo dpkg -i ./klayout_0.29.0-1_amd64.deb || true
sudo dpkg -i ./klayout_0.29.8-1_amd64.deb || true
# The apt install command should install the missing dependencies
# needed by KLayout above and finish the install.
sudo apt install -f -y
Expand Down

0 comments on commit b909af6

Please sign in to comment.