Skip to content

Commit

Permalink
fix: enable cgo when releasing
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanBSC committed Jul 7, 2023
1 parent fa72f28 commit 612db31
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/pre-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@ jobs:
# uses: mxschmitt/action-tmate@v3

- name: Build Binary for ${{matrix.os}}
env:
CGO_ENABLED: "0"
run: make build

# ==============================
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@ jobs:
# uses: mxschmitt/action-tmate@v3

- name: Build Binary for ${{matrix.os}}
env:
CGO_ENABLED: "0"
run: make build

# ==============================
Expand Down

0 comments on commit 612db31

Please sign in to comment.