ci: disable CGO_ENABLED when building binary

This commit is contained in:
j75689 2022-12-28 15:10:46 +08:00 committed by Larry
parent 0f744c7f73
commit 176ab95ee5
2 changed files with 4 additions and 0 deletions

@ -44,6 +44,8 @@ jobs:
# ==============================
- name: Build Binary for ${{matrix.os}}
env:
CGO_ENABLED: "0"
run: make geth
# ==============================

@ -44,6 +44,8 @@ jobs:
# ==============================
- name: Build Binary for ${{matrix.os}}
env:
CGO_ENABLED: "0"
run: make geth
# ==============================