Skip to content

Commit

Permalink
ci(precheck): klayout install fails
Browse files Browse the repository at this point in the history
run apt-get update before installing klayout
  • Loading branch information
urish committed Dec 12, 2024
1 parent 7abd99a commit 6c76f1e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/precheck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ jobs:
- name: Install KLayout
run: |
wget https://www.klayout.org/downloads/Ubuntu-24/klayout_${KLAYOUT_VERSION}-1_amd64.deb
sudo apt-get update
sudo apt-get install -y ./klayout_${KLAYOUT_VERSION}-1_amd64.deb
pip install klayout==${KLAYOUT_VERSION}
Expand Down

0 comments on commit 6c76f1e

Please sign in to comment.