]> 127.0.0.1 Git - bili_danmu/.git/commitdiff
fix dep
authorqydysky <qydysky@foxmail.com>
Tue, 20 Oct 2020 01:30:38 +0000 (09:30 +0800)
committerqydysky <qydysky@foxmail.com>
Tue, 20 Oct 2020 01:30:38 +0000 (09:30 +0800)
.github/workflows/go.yml
VERSION

index 8818a0304fc8f354d4d797c139568fd9f5492fa1..cf4f256347e4ece35436f1b379b22e1daffac0d5 100644 (file)
@@ -35,7 +35,7 @@ jobs:
     runs-on: ubuntu-latest
     steps:
 
-    - name: Set up Go 1.x
+    - name: Set up Go
       uses: actions/setup-go@v2
       with:
         go-version: ^1.15.2
@@ -80,24 +80,24 @@ jobs:
     runs-on: windows-latest
     steps:
 
-    - name: Set up Go 1.x
+    - name: Set up Go
       uses: actions/setup-go@v2
       with:
         go-version: ^1.15.2
       id: go
-  
-    - name: Setup up MSYS2
+
+    - name: Set up C
+    run: |
+      echo "::add-path::C:\msys64\mingw64\bin"
+
+    - name: Set up Gtk
       uses: msys2/setup-msys2@v2
       with:
         msystem: MINGW64
         path-type: inherit
         update: true
         install: 'mingw-w64-x86_64-gtk3 mingw-w64-x86_64-gtk2'
-
-    - name: Setup up C
-      run: |
-        echo "::add-path::C:\msys64\mingw64\bin"
-
+        
     - name: Check out code
       uses: actions/checkout@v2
 
diff --git a/VERSION b/VERSION
index f0546a40394fb7238a7e784f43207a4a0fffca5a..fa6350d664698f52be3e2eaaabf587266df9fb9a 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-202010200913
\ No newline at end of file
+202010200930
\ No newline at end of file