Skip to content

Commit

Permalink
Build eos-evm-node step.
Browse files Browse the repository at this point in the history
  • Loading branch information
oschwaldp-oci committed Jul 25, 2023
1 parent 8acaca5 commit d8f5ec8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/contract.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,12 @@ jobs:
- name: Link Leap TestHarness Module (fix for v4 of leap)
run: sudo ln -s /usr/share/leap_testing/tests/TestHarness /usr/lib/python3/dist-packages/TestHarness

- name: Build EOS EVM Node
run: .github/workflows/build-node.sh
env:
CC: gcc-10
CXX: g++-10

- name: Install Test Depedencies
run: |
pip install --upgrade web3
Expand Down

0 comments on commit d8f5ec8

Please sign in to comment.