Skip to content

Commit

Permalink
The dpkg command is expected to fail.
Browse files Browse the repository at this point in the history
Signed-off-by: Tim 'mithro' Ansell <tansell@google.com>
  • Loading branch information
mithro committed Jan 12, 2023
1 parent c7aef2e commit 44e0214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
run: |
sudo apt update -qq -y
wget https://www.klayout.org/downloads/Ubuntu-22/klayout_0.28.2-1_amd64.deb
sudo dpkg -i ./klayout_0.28.2-1_amd64.deb
sudo dpkg -i ./klayout_0.28.2-1_amd64.deb || true
sudo apt install -f -y
- uses: actions/checkout@v3
Expand Down

0 comments on commit 44e0214

Please sign in to comment.