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

index f4992d279f80fd4f1d0eaf4b69a607b570829e8f..c412a3041f7e1b2ce950fc1de347cc9a40431a9e 100644 (file)
@@ -80,12 +80,19 @@ 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:
         msystem: MINGW64
+        path-type: inherit
         update: true
-        install: 'mingw-w64-x86_64-gtk3 mingw-w64-x86_64-gtk2 mingw-w64-x86_64-toolchain base-devel mingw-w64-x86_64-go'
+        install: 'mingw-w64-x86_64-gtk3 mingw-w64-x86_64-gtk2 mingw-w64-x86_64-toolchain base-devel'
 
     - name: Check out code
       uses: actions/checkout@v2
@@ -93,12 +100,8 @@ jobs:
     - shell: msys2 {0}
       run: |
         export CGO_LDFLAGS_ALLOW="-Wl.*"
-        echo $CGO_LDFLAGS_ALLOW
         export CGO_CFLAGS_ALLOW="-Wl.*"
-        echo $CGO_CFLAGS_ALLOW
         export CGO_CXXFLAGS_ALLOW="-Wl.*"
-        echo $CGO_CXXFLAGS_ALLOW
-
         go build -v -o demo/demo.exe -i demo/main.go
 
     - name: zip
diff --git a/VERSION b/VERSION
index 75ce9784208ae69ab12601db38f18e31b9993e98..d045f1018ddac4e1d54dc21492b293c08668d7f3 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-202010191921
\ No newline at end of file
+202010191946
\ No newline at end of file