From: qydysky Date: Mon, 19 Oct 2020 10:51:05 +0000 (+0800) Subject: fix dep X-Git-Tag: v0.4.0~4^2~7 X-Git-Url: http://127.0.0.1:8081/?a=commitdiff_plain;h=f5dbfa6589744c142504d760e99aaaceb1ee174e;p=bili_danmu%2F.git fix dep --- 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