Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippNauck committed Dec 11, 2024
1 parent 4a6acec commit b3f245b
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/drc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,21 +70,20 @@ jobs:
outputs:
klayout-installed: ${{ steps.verify.outputs.success }}
steps:
- name: Download KLayout package
run: |
curl -O https://www.klayout.de/build/ubuntu/focal/klayout_0.29.6-1_amd64.deb
- name: Get all files
uses: actions/checkout@master

- name: Install KLayout
- name: Install KLayout
run: |
sudo apt-get update
# sudo apt-get install -y ./klayout_0.29.6-1_amd64.deb
sudo dpkg -i ${{ github.workspace }}/drc/klayout_0.29.6-1_amd64.deb || true
sudo apt install -f -y
- name: Verify Installation
- name: Verify Installation
id: verify
run: |
echo "::set-output name=success::true"
- name: Save KLayout Info
- name: Save KLayout Info
run: klayout -v

process-with-klayout:
Expand Down

0 comments on commit b3f245b

Please sign in to comment.