Skip to content

Commit

Permalink
modify comdex build command
Browse files Browse the repository at this point in the history
  • Loading branch information
gregnuj committed Jan 5, 2024
1 parent cf307a5 commit 2db51fc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/comdex-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
# Include Defaults (keep at top)
- name: "comdex"
binary: "comdex"
build_command: "CGO_ENABLED=0 make install"
build_command: "make install"
chain_registry_name: "comdex"
go_version: "1.19"
repo: "comdex-official/comdex"
Expand All @@ -57,6 +57,7 @@ jobs:

- version: "0.0.4"
go_version: "1.16"
build_command: "CGO_ENABLED=0 make install"

# - version: "0.1.3"
# go_version: "1.18"
Expand All @@ -67,6 +68,7 @@ jobs:

- version: "13.3.0"
go_version: "1.20"
build_command: "CGO_ENABLED=0 make install"

with:
binary: ${{ matrix.binary }}
Expand Down

0 comments on commit 2db51fc

Please sign in to comment.