diff options
| author | MatthieuCoder <matthieu@matthieu-dev.xyz> | 2023-01-13 23:33:57 +0400 |
|---|---|---|
| committer | MatthieuCoder <matthieu@matthieu-dev.xyz> | 2023-01-13 23:33:57 +0400 |
| commit | ee58b30800527306ab024da926121c085a0978fa (patch) | |
| tree | 0f45a67928d5253140b99ee91ef16764934565ec | |
| parent | f5d821302193169a344b6d3c85c590fb5f8e1d8e (diff) | |
remove flags for linux
| -rw-r--r-- | .github/workflows/build.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index caff233..2747168 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -127,7 +127,6 @@ jobs: - name: Build all run: | - export CGO_LDFLAGS='-lntdll -lWs2_32 -lcrypt32 -lSecur32 -luserenv -lNcrypt -lbcrypt' make all - uses: actions/upload-artifact@v3 with: |
