Skip to content

Commit

Permalink
fix celestia build
Browse files Browse the repository at this point in the history
  • Loading branch information
gregnuj committed Jan 26, 2024
1 parent 6a8119b commit 06598e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/celestia-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
# Include Defaults (keep at top)
- name: "celestia"
binary: "celestia-appd"
build_command: "make build && cp ./build/celestia-appd /go/bin/celestia-appd"
build_command: "make install"
chain_registry_name: "celestia"
go_version: "1.21"
repo: "celestiaorg/celestia-node"
Expand Down

0 comments on commit 06598e2

Please sign in to comment.