Skip to content

Commit

Permalink
fix solc compile
Browse files Browse the repository at this point in the history
  • Loading branch information
frankcrypto committed Aug 28, 2024
1 parent 111ee81 commit 660bf6b
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 @@ -37,7 +37,7 @@ jobs:
run: go install github.com/ethereum/go-ethereum/cmd/abigen@latest

- name: compileSolidity
run: solcjs --version && ls && cd test/cmds/ && go run compile_solidity.go && cd ../../
run: solc --version && ls && cd test/cmds/ && go run compile_solidity.go && cd ../../

- name: Build
run: |
Expand Down

0 comments on commit 660bf6b

Please sign in to comment.