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

index 2e3f38e4c960602c8d44a2ab6d2f55cf4e603f1d..0e0263e22bcd1a07ee5bb6e463ecf15c82e734c0 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: MSYS
         update: true
-        install: 'mingw-w64-x86_64-gtk3 mingw-w64-x86_64-glib2 mingw-w64-x86_64-gobject-introspection mingw-w64-x86_64-toolchain base-devel mingw-w64-x86_64-go'
+        path-type: inherit
+        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
diff --git a/VERSION b/VERSION
index 660f9be0478daf892a15c8efa8b151ff0d899158..bcb37827acef24071e159eb0f39d50d5efd10917 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-202010190824
\ No newline at end of file
+202010190902
\ No newline at end of file