We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71d1cfc commit 6e19e09Copy full SHA for 6e19e09
.github/workflows/bridge.yml
@@ -30,14 +30,8 @@ jobs:
30
go-version: 1.18.x
31
- name: Checkout code
32
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
40
- go install -v github.com/scroll-tech/go-ethereum/cmd/abigen
+ - name: Install Geth Tools
+ uses: gacts/install-geth-tools@v1
41
- name: Lint
42
run: |
43
rm -rf $HOME/.cache/golangci-lint
0 commit comments