Skip to content

Commit

Permalink
Update integration-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
martinjankoehler authored Dec 12, 2024
1 parent 83b6704 commit cee652d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,12 @@ jobs:
wget "$KLAYOUT_URL"
popd
- name: "Install klayout APT dependencies"
run: |
sudo apt update
sudo apt install -y libstdc++6 libc6 python3.12 ruby3.2 libgit2-1.7
sudo apt install -y libqt5svg5 libqt5core5t64 libqt5designer5 libqt5gui5t64 libqt5multimedia5 libqt5multimediawidgets5 libqt5network5t64 libqt5opengl5t64 libqt5printsupport5t64 libqt5sql5t64 libqt5widgets5t64 libqt5xml5t64 libqt5xmlpatterns5
- name: "Install klayout deb 📦"
run: |
pushd klayout-deb
Expand Down

0 comments on commit cee652d

Please sign in to comment.