Skip to content

Commit

Permalink
Change to workflow.
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanIliev545 authored and StefanIliev545 committed Feb 6, 2023
1 parent 576f231 commit 5d8af98
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,10 @@ jobs:
with:
node-version: 18
- name: Install abigen
run: sudo add-apt-repository -y ppa:ethereum/ethereum && apt-get update && apt-get install ethereum-dev
run: |
sudo add-apt-repository -y ppa:ethereum/ethereum
sudo apt-get update
sudo apt-get install ethereum-dev
- name: Install dependencies
run: cd contracts && npm install
Expand Down

0 comments on commit 5d8af98

Please sign in to comment.