diff options
| author | MatthieuCoder <matthieu@matthieu-dev.xyz> | 2023-01-03 20:14:54 +0400 | 
|---|---|---|
| committer | MatthieuCoder <matthieu@matthieu-dev.xyz> | 2023-01-03 20:14:54 +0400 | 
| commit | 4053b78fb805be88fef84b3eb220a75f540014a2 (patch) | |
| tree | 93d83cb31ac42bc99bfcb28ab28e328415576034 /.github/workflows | |
| parent | 38c8ef7df96d9fdfd00ce8d74e88b2d2446adabe (diff) | |
fix variables name
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build.yml | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 43ad891..849267d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -86,7 +86,7 @@ jobs:        - name: All in one          run: |            cd exes/all -          export LDFLAGS='-lntdll -lWs2_32 -lcrypt32 -lSecur32 -luserenv -lNcrypt -lbcrypt' +          export CGO_LDFLAGS='-lntdll -lWs2_32 -lcrypt32 -lSecur32 -luserenv -lNcrypt -lbcrypt'            mingw32-make.exe build        - name: Move artifacts  | 
