Skip to content

Commit 6c76f1e

Browse files
committed
ci(precheck): klayout install fails
run apt-get update before installing klayout
1 parent 7abd99a commit 6c76f1e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/precheck.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ jobs:
102102
- name: Install KLayout
103103
run: |
104104
wget https://www.klayout.org/downloads/Ubuntu-24/klayout_${KLAYOUT_VERSION}-1_amd64.deb
105+
sudo apt-get update
105106
sudo apt-get install -y ./klayout_${KLAYOUT_VERSION}-1_amd64.deb
106107
pip install klayout==${KLAYOUT_VERSION}
107108

0 commit comments

Comments
 (0)