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

index bc4935bbc44392d9cfb14bf14fb9929c23490d2d..4a70f92b27e1d34e522a136f54dffae4e8bb3be4 100644 (file)
@@ -89,12 +89,12 @@ jobs:
     - name: Check out code into the Go module directory
       uses: actions/checkout@v2
 
-    - name: Setup MSYS2
-      uses: msys2/setup-msys2@v2
-    - shell: msys2 {0}
+    - name: Setup MSYS2, Install Gtk
       run: |
-        pacman -S --noconfirm mingw-w64-x86_64-gtk3
+        echo "::add-path::C:\msys64"
+        pacman -S --noconfirm mingw-w64-x86_64-gtk3 mingw-w64-x86_64-toolchain base-devel
         
+
     - name: Build
       run: |
         go build -v -o demo/demo.exe -i demo/main.go
diff --git a/VERSION b/VERSION
index 089059a1c039f31474e4ed64baeb5d9d6c8128fe..41a2815964d82a55aece64123083284a1513abd3 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-202010190622
\ No newline at end of file
+202010190652
\ No newline at end of file