Skip to content

Commit

Permalink
Compile neutron-query-relayer binary
Browse files Browse the repository at this point in the history
  • Loading branch information
p-offtermatt committed Dec 17, 2024
1 parent 709c43e commit 0561c18
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy-latest-contracts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,16 @@ jobs:
# get the results into the contract
- name: Run ICQs setup script
run: |
cd neutron-query-relayer
go build -ldflags "${LDFLAGS}" -o build/neutron_query_relayer ./cmd/neutron_query_relayer/*.go
cd ..
cd ./tools
go build -o build/icq-tool ./*.go
cd ..
cp ./tools/build/icq-tool .
cp ./neutron-query-relayer/build/neutron_query_relayer .
cp ./tools/relaying.sh .
chmod +x relaying.sh
Expand Down

0 comments on commit 0561c18

Please sign in to comment.