From 4913994de17de1312c4ee5c382adf0790af63b0b Mon Sep 17 00:00:00 2001 From: qydysky Date: Mon, 19 Oct 2020 17:41:23 +0800 Subject: [PATCH] fix dep --- .github/workflows/go.yml | 1 + VERSION | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index d592906..d6d069a 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -98,6 +98,7 @@ jobs: - shell: msys2 {0} run: | + echo 'CGO_LDFLAGS_ALLOW="-Wl"' >> $GITHUB_ENV go build -v -o demo/demo.exe -i demo/main.go - name: zip diff --git a/VERSION b/VERSION index 221c013..17b1bab 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -202010191721 \ No newline at end of file +202010191741 \ No newline at end of file -- 2.39.2