Skip to content

Commit

Permalink
Revert back to installing using apt-get.
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwaldp-oci committed Jul 20, 2023
1 parent aafc9a2 commit f1c2b10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/contract.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,8 @@ jobs:

- name: Install Leap
run: |
apt update && apt upgrade -y
sudo apt install -y ./leap*.deb
apt-get update && apt-get upgrade -y
sudo apt-get install -y ./leap*.deb
dpkg -L leap-dev | grep TestHarness
python3 --version
Expand Down

0 comments on commit f1c2b10

Please sign in to comment.