Skip to content

Commit

Permalink
Working to fix install of leap deb pkg.
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwaldp-oci committed Jul 10, 2023
1 parent b7dea9b commit bc46133
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ph_backward_compatibility.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,9 @@ jobs:
token: ${{github.token}}
- name: Extract and Place Rev Leap Version artifacts
run: |
ls -l
apt-get update
apt install -y leap*.deb
apt-get install -y ./leap*.deb
rm build/bin/nodeos
rm build/bin/cleos
cp /usr/bin/nodeos build/bin
Expand Down

0 comments on commit bc46133

Please sign in to comment.