Skip to content

Commit

Permalink
try apt-get
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippNauck committed Dec 11, 2024
1 parent 8f90b00 commit cd7216f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/drc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ jobs:
- name: Install KLayout
run: |
sudo apt-get update
sudo apt-get install -y ./klayout_0.29.6-1_amd64.deb
# sudo apt-get install -y ./klayout_0.29.6-1_amd64.deb
sudo apt-get install -y ${{ github.workspace }}/drc/klayout_0.29.6-1_amd64.deb || true
- name: Verify Installation
id: verify
Expand Down

0 comments on commit cd7216f

Please sign in to comment.