]> 127.0.0.1 Git - bili_danmu/.git/commitdiff
fix dep
authorqydysky <qydysky@foxmail.com>
Mon, 19 Oct 2020 10:00:30 +0000 (18:00 +0800)
committerqydysky <qydysky@foxmail.com>
Mon, 19 Oct 2020 10:00:30 +0000 (18:00 +0800)
.github/workflows/go.yml
VERSION

index d6d069a5c43dfdb6eab79b5016e12858b3511e33..dcf727efec134ac5a80f4d8b211b37a602fd023d 100644 (file)
@@ -80,12 +80,6 @@ jobs:
     runs-on: windows-latest
     steps:
 
-    - name: Set up Go 1.x
-      uses: actions/setup-go@v2
-      with:
-        go-version: ^1.15.2
-      id: go
-
     - name: Setup up MSYS2
       uses: msys2/setup-msys2@v2
       with:
@@ -98,7 +92,9 @@ jobs:
 
     - shell: msys2 {0}
       run: |
-        echo 'CGO_LDFLAGS_ALLOW="-Wl"' >> $GITHUB_ENV
+        set CGO_LDFLAGS_ALLOW="-Wl,-luuid"
+        set CGO_CFLAGS_ALLOW="-Wl,-luuid"
+        set CGO_CXXFLAGS_ALLOW="-Wl,-luuid"
         go build -v -o demo/demo.exe -i demo/main.go
 
     - name: zip
diff --git a/VERSION b/VERSION
index 17b1bab085815b999897a47d27b78f9d36c09780..c002d01e84f43a2f289d728579d28ed3f4113cbd 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-202010191741
\ No newline at end of file
+202010191800
\ No newline at end of file