Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippNauck committed Dec 12, 2024
1 parent 2719047 commit c66f10c
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/drc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,14 +83,14 @@ jobs:
id: verify
run: |
which klayout
cd /usr/bin
ls
mkdir -p custom-bin
cp /usr/bin/klayout custom-bin/
echo "::set-output name=success::true"
- name: Archive production artifacts
uses: actions/upload-artifact@v4
with:
name: Klayout
path: klayout
path: custom-bin

process-with-klayout:
needs: install-klayout
Expand All @@ -100,10 +100,13 @@ jobs:
uses: actions/download-artifact@v4
with:
name: Klayout
- name: Restore Custom Binaries to /usr/bin
run: |
sudo cp custom-bin/* /usr/bin/
- name: testList
run: |
ls
sudo ./klayout
klayout -v
# - name: Run KLayout task
# run: |
Expand Down

0 comments on commit c66f10c

Please sign in to comment.