Skip to content

Commit dd270d5

Browse files
authored
ci(explorer): disable CGO
Signed-off-by: Ettore Di Giacinto <[email protected]>
1 parent 1465e3d commit dd270d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-explorer.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
make protogen-go
3232
- name: Build api
3333
run: |
34-
make build-api
34+
CGO_ENABLED=0 make build-api
3535
- name: rm
3636
uses: appleboy/[email protected]
3737
with:

0 commit comments

Comments
 (0)