Skip to content

Commit

Permalink
ci: fix line change error
Browse files Browse the repository at this point in the history
  • Loading branch information
Yashk767 committed Oct 30, 2024
1 parent ae2af60 commit bba0da8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
with:
go-version: 1.23
- name: Install Dependencies
run: >
run: |
sudo add-apt-repository -y ppa:ethereum/ethereum
sudo apt-get update
sudo apt-get install -y npm ethereum
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
go-version: 1.23

- name: Install Dependencies
run: >
run: |
sudo add-apt-repository -y ppa:ethereum/ethereum
sudo apt-get update
sudo apt-get install -y npm ethereum
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
go-version: 1.23

- name: Install Dependencies
run: >
run: |
sudo add-apt-repository -y ppa:ethereum/ethereum
sudo apt-get update
sudo apt-get install -y npm ethereum
Expand Down

0 comments on commit bba0da8

Please sign in to comment.