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

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