Skip to content

Commit 6e19e09

Browse files
committed
replace install solc and abigen with install geth tools
1 parent 71d1cfc commit 6e19e09

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/bridge.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,14 +30,8 @@ jobs:
3030
go-version: 1.18.x
3131
- name: Checkout code
3232
uses: actions/checkout@v2
33-
- name: Install Solc
34-
run: |
35-
sudo add-apt-repository ppa:ethereum/ethereum
36-
sudo apt-get update
37-
sudo apt-get install solc
38-
- name: Install Abigen
39-
run: |
40-
go install -v github.com/scroll-tech/go-ethereum/cmd/abigen
33+
- name: Install Geth Tools
34+
uses: gacts/install-geth-tools@v1
4135
- name: Lint
4236
run: |
4337
rm -rf $HOME/.cache/golangci-lint

0 commit comments

Comments
 (0)