Skip to content

Commit

Permalink
Merge pull request #50 from umarcor/umarcor/ci-klayout
Browse files Browse the repository at this point in the history
ci/Tests: bump Klayout to 0.27.10
  • Loading branch information
mithro authored Nov 4, 2022
2 parents e1b4e18 + 18cf352 commit 74e4ec5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/Tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,19 +63,19 @@ jobs:

- run: pip install -r ./rules/klayout/requirements.test.txt

- name: Installing Klayout 0.27.8
- name: Installing Klayout
run: |
sudo apt update -qq -y
wget https://www.klayout.org/downloads/Ubuntu-20/klayout_0.27.8-1_amd64.deb
wget https://www.klayout.org/downloads/Ubuntu-20/klayout_0.27.10-1_amd64.deb
sudo apt install -qq -y \
qt5-default \
qttools5-dev \
libqt5xmlpatterns5-dev \
qtmultimedia5-dev \
libqt5multimediawidgets5 \
libqt5svg5-dev
sudo dpkg -i ./klayout_0.27.8-1_amd64.deb
sudo apt-get install -f -y
sudo dpkg -i ./klayout_0.27.10-1_amd64.deb
sudo apt install -f -y
- name: Testing ${{ matrix.type }} for ${{ matrix.test }}
run: |
Expand Down

0 comments on commit 74e4ec5

Please sign in to comment.