Skip to content

Commit

Permalink
Attempt at installing packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanIliev545 authored and StefanIliev545 committed Feb 6, 2023
1 parent 7250597 commit 610b465
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: 18
- name: Install abigen
run: add-apt-repository -y ppa:ethereum/ethereum && apt-get update && apt-get install ethereum-dev

- name: Install dependencies
run: cd contracts && npm install
Expand Down

0 comments on commit 610b465

Please sign in to comment.