Skip to content

Commit

Permalink
workflow: fix build after rebase code
Browse files Browse the repository at this point in the history
  • Loading branch information
dindinw committed Aug 16, 2024
1 parent 5af5fb7 commit 38252f8
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: "stable"

- name: install abigen
run: go install github.com/ethereum/go-ethereum/cmd/abigen@latest

- name: npm
uses: actions/setup-node@v4
with:
Expand All @@ -30,7 +28,7 @@ jobs:
run: sudo npm install [email protected] -g

- name: abigen
run: git clone https://github.com/Qitmeer/go-ethereum.git && cd go-ethereum && git checkout v1.14.8-q.0 && cd cmd/abigen && go build && sudo cp abigen /usr/local/bin/ && cd ../../..
run: go install github.com/ethereum/go-ethereum/cmd/abigen@latest

- name: compileSolidity
run: solcjs --version && ls && cd testutils/cmds/ && go run compile_solidity.go && cd ../../
Expand Down

0 comments on commit 38252f8

Please sign in to comment.