Skip to content

Commit

Permalink
Install the leap deb package to bring along dependencies and then use…
Browse files Browse the repository at this point in the history
… those nodeos and cleos versions.
  • Loading branch information
oschwaldp-oci committed Jul 10, 2023
1 parent cb447c5 commit b7dea9b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ph_backward_compatibility.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,12 +110,12 @@ jobs:
token: ${{github.token}}
- name: Extract and Place Rev Leap Version artifacts
run: |
mkdir tmp
dpkg -x leap*.deb tmp
apt-get update
apt install -y leap*.deb
rm build/bin/nodeos
rm build/bin/cleos
mv tmp/usr/bin/nodeos build/bin
mv tmp/usr/bin/cleos build/bin
cp /usr/bin/nodeos build/bin
cp /usr/bin/cleos build/bin
- if: ${{ matrix.release == '3.1' || matrix.release == '3.2' }}
name: Run Performance Tests (<v4.0)
run: |
Expand Down

0 comments on commit b7dea9b

Please sign in to comment.