]> 127.0.0.1 Git - bili_danmu/.git/commitdiff
fix dep
authorqydysky <qydysky@foxmail.com>
Sun, 18 Oct 2020 23:23:05 +0000 (07:23 +0800)
committerqydysky <qydysky@foxmail.com>
Sun, 18 Oct 2020 23:23:05 +0000 (07:23 +0800)
.github/workflows/go.yml
VERSION

index 363502473c9b7284e61b1105373d6e38d16a484c..28b3ed9ee59660428c3fdb574924e563579ee5e1 100644 (file)
@@ -89,12 +89,16 @@ jobs:
     - name: Check out code into the Go module directory
       uses: actions/checkout@v2
 
-    - name: Setup MSYS2, Install Gtk, Build
+    - name: Setup MSYS2, Install Gtk
       uses: msys2/setup-msys2@v2
       with:
+        msystem: MSYS
         update: true
         path-type: inherit
         install: 'mingw-w64-x86_64-gtk3 mingw-w64-x86_64-toolchain base-devel'
+
+    - name: Build
+    - shell: msys2 {0}
       run: |
         go build -v -o demo/demo.exe -i demo/main.go
 
diff --git a/VERSION b/VERSION
index 0cabf7c4b51ced382e5e9993cd1bcab14970afa2..3b31a87037381d05a35f7f7776585d359039979e 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-202010190715
\ No newline at end of file
+202010190722
\ No newline at end of file