Skip to content

Commit

Permalink
Fix seer version on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
karacurt committed Oct 10, 2024
1 parent 9b2dd25 commit 3f27e2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-game7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
working-directory: ./web3
run: npx hardhat compile
- name: Install seer
run: go install github.com/moonstream-to/seer@latest
run: go install github.com/G7DAO/seer@latest

- name: Build ERC20 interface with seer
run: seer evm generate --package ERC20 --output bindings/ERC20/ERC20.go --hardhat web3/artifacts/contracts/token/ERC20.sol/ERC20.json --cli --struct ERC20
Expand Down

0 comments on commit 3f27e2b

Please sign in to comment.