Skip to content

Commit

Permalink
fix solc wokflow
Browse files Browse the repository at this point in the history
  • Loading branch information
frankcrypto committed Aug 28, 2024
1 parent 00cb1c8 commit 111ee81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
node-version: 20

- name: solc
run: sudo wget https://github.com/ethereum/solidity/releases/download/v0.8.26/solc-static-linux -O /usr/local/bin/solc && chmod +x /usr/local/bin/solc
run: sudo wget https://github.com/ethereum/solidity/releases/download/v0.8.26/solc-static-linux -O /usr/local/bin/solc && sudo chmod +x /usr/local/bin/solc

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

0 comments on commit 111ee81

Please sign in to comment.