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

index afb2395a292b3eba1ded0980e8706c800adae793..363502473c9b7284e61b1105373d6e38d16a484c 100644 (file)
@@ -89,15 +89,12 @@ jobs:
     - name: Check out code into the Go module directory
       uses: actions/checkout@v2
 
-    - name: Setup MSYS2, Install Gtk
-      run: |
-        echo "C:\msys64" >> $GITHUB_PATH
-        pacman -S --noconfirm mingw-w64-x86_64-gtk3 mingw-w64-x86_64-toolchain base-devel
-        echo "C:\msys64\usr\bin" >> $GITHUB_PATH
-        echo "C:\msys64\mingw64\bin" >> $GITHUB_PATH
-        
-
-    - name: Build
+    - name: Setup MSYS2, Install Gtk, Build
+      uses: msys2/setup-msys2@v2
+      with:
+        update: true
+        path-type: inherit
+        install: 'mingw-w64-x86_64-gtk3 mingw-w64-x86_64-toolchain base-devel'
       run: |
         go build -v -o demo/demo.exe -i demo/main.go
 
diff --git a/VERSION b/VERSION
index 2c4c2a1cf7cf5e043ffd71a993bc799d29dc3447..0cabf7c4b51ced382e5e9993cd1bcab14970afa2 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-202010190701
\ No newline at end of file
+202010190715
\ No newline at end of file