Skip to content

Commit

Permalink
cleanup action
Browse files Browse the repository at this point in the history
  • Loading branch information
skosito committed Aug 27, 2024
1 parent a8566a0 commit 9f2d914
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/generate-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,18 +25,6 @@ jobs:
sudo apt-get install solc
go install github.com/ethereum/go-ethereum/cmd/abigen@latest
- name: Print solc version
run: |
solc --version
- name: Print abigen version
run: |
abigen --version
- name: Print jq version
run: |
jq --version
- name: Generate Go code, docs and specs
env:
TEST_ENV: ${{ github.workspace }}
Expand Down

0 comments on commit 9f2d914

Please sign in to comment.