From f5dbfa6589744c142504d760e99aaaceb1ee174e Mon Sep 17 00:00:00 2001 From: qydysky Date: Mon, 19 Oct 2020 18:51:05 +0800 Subject: [PATCH] fix dep --- .github/workflows/go.yml | 6 +++--- VERSION | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index dcf727e..bde011e 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -92,9 +92,9 @@ jobs: - shell: msys2 {0} run: | - set CGO_LDFLAGS_ALLOW="-Wl,-luuid" - set CGO_CFLAGS_ALLOW="-Wl,-luuid" - set CGO_CXXFLAGS_ALLOW="-Wl,-luuid" + set CGO_LDFLAGS_ALLOW="-Wl" + set CGO_CFLAGS_ALLOW="-Wl" + set CGO_CXXFLAGS_ALLOW="-Wl" go build -v -o demo/demo.exe -i demo/main.go - name: zip diff --git a/VERSION b/VERSION index c002d01..da47b14 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -202010191800 \ No newline at end of file +202010191850 \ No newline at end of file -- 2.39.2