Skip to content

Commit

Permalink
fix: enable cgo for sqlite
Browse files Browse the repository at this point in the history
  • Loading branch information
guyfedwards committed Nov 17, 2023
1 parent a9fc991 commit 3c9e195
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ before:
builds:
- main: cmd/nom/main.go
env:
- CGO_ENABLED=0
- CGO_ENABLED=1
goos:
- linux
- windows
Expand Down

0 comments on commit 3c9e195

Please sign in to comment.