Skip to content

Commit

Permalink
enable CGO
Browse files Browse the repository at this point in the history
  • Loading branch information
rainu committed Oct 5, 2020
1 parent 451ca2d commit 81a2a1a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ jobs:
fi
- name: Build
env:
CGO_ENABLED: 0
GOOS: ${{ matrix.go-os }}
GOARCH: ${{ matrix.go-arch }}
run: |
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ jobs:
- name: Build
id: binary_build
env:
CGO_ENABLED: 0
GOOS: ${{ matrix.go-os }}
GOARCH: ${{ matrix.go-arch }}
run: |
Expand Down

0 comments on commit 81a2a1a

Please sign in to comment.