diff --git a/script/build b/script/build index 94fc121..4987ff3 100755 --- a/script/build +++ b/script/build @@ -7,4 +7,4 @@ test -z "${DEBUG:-}" || { set -x } -CG0_ENABLED=0 go build -o bin/actions-sync main.go +CGO_ENABLED=0 go build -o bin/actions-sync main.go