From dc02275ad7ca9ce2a9864a2f5cc54591acb2a840 Mon Sep 17 00:00:00 2001 From: Shawn Hartsell Date: Tue, 23 Apr 2024 11:21:44 -0500 Subject: [PATCH] fixing typo --- script/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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