From 5a8a5478dfb815cc36c4733ea4c0963c1e4a26c3 Mon Sep 17 00:00:00 2001 From: snowykami Date: Sat, 5 Oct 2024 06:26:56 +0800 Subject: [PATCH] =?UTF-8?q?:sparkles:=20=E4=BF=AE=E5=A4=8Dactions=E7=BC=96?= =?UTF-8?q?=E8=AF=91=E7=9A=84Windows=E5=B9=B3=E5=8F=B0=E4=BA=8C=E8=BF=9B?= =?UTF-8?q?=E5=88=B6=E6=96=87=E4=BB=B6=E5=8F=AA=E8=83=BD=E5=9C=A8linux?= =?UTF-8?q?=E4=B8=8B=E8=BF=90=E8=A1=8C=E7=9A=84=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c031283..080ea3a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -47,7 +47,6 @@ jobs: env: GOOS: ${{ matrix.goos }} GOARCH: ${{ matrix.goarch }} - CGO_ENABLED: 0 run: | OUTPUT_NAME=server-status-server if [ "${{ matrix.goos }}" == "windows" ]; then OUTPUT_NAME="${OUTPUT_NAME}.exe"; fi