瀏覽代碼

Do not set CGO_ENABLED before go build

ayn2op 2 年之前
父節點
當前提交
301b7c7a79
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      .github/workflows/ci.yml

+ 0 - 2
.github/workflows/ci.yml

@@ -17,8 +17,6 @@ jobs:
 
       - name: Build
         run: go build .
-        env:
-          CGO_ENABLED: 0
 
       - uses: actions/upload-artifact@v3
         if: ${{ github.event_name == 'push' && github.ref == format('refs/heads/{0}', github.event.repository.default_branch) }}