Skip to content

Commit

Permalink
ci: Debug cross compile failure
Browse files Browse the repository at this point in the history
Signed-off-by: Mahendra Paipuri <[email protected]>
  • Loading branch information
mahendrapaipuri committed Jul 6, 2024
1 parent 5b4b637 commit a877691
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:

build:
needs: [test-lint, test-unit]
uses: ./.github/workflows/step_build.yml
uses: ./.github/workflows/step_cross-build.yml

packaging:
needs: [build]
Expand Down
2 changes: 2 additions & 0 deletions Makefile.common
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,9 @@ $(PROMU):
.PHONY: swag
swag: $(SWAG)
$(SWAG):
ifeq ($(CGO_BUILD), 1)
$(GO) install github.com/swaggo/swag/cmd/swag@latest
endif

.PHONY: proto
proto:
Expand Down

0 comments on commit a877691

Please sign in to comment.