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

index 0c74e149df7b4b8b8422cd767d05e15e9500be1f..bc4935bbc44392d9cfb14bf14fb9929c23490d2d 100644 (file)
@@ -89,14 +89,16 @@ jobs:
     - name: Check out code into the Go module directory
       uses: actions/checkout@v2
 
-    - name: Setup MSYS2 And Build
+    - name: Setup MSYS2
       uses: msys2/setup-msys2@v2
     - shell: msys2 {0}
       run: |
         pacman -S --noconfirm mingw-w64-x86_64-gtk3
-        pacman -S --noconfirm mingw-w64-x86_64-toolchain base-devel
+        
+    - name: Build
+      run: |
         go build -v -o demo/demo.exe -i demo/main.go
-      
+
     - name: zip
       run: .\7za.exe a -r .\release_windows.zip ./
 
diff --git a/VERSION b/VERSION
index 42eb52db587b304f5ac9c3571a484b9cc434ce46..089059a1c039f31474e4ed64baeb5d9d6c8128fe 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-202010190614
\ No newline at end of file
+202010190622
\ No newline at end of file