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

index b34c47ab1d6d860b8764271b0b3c4a6a0818cba9..67bdd2bc18a22c6b63277b5b07b47dc18d7d6d06 100644 (file)
@@ -89,8 +89,17 @@ 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}
+      run: |
+        pacman -S mingw-w64-x86_64-gtk3
+        pacman -S mingw-w64-x86_64-toolchain base-devel
+
     - name: Build
-      run: go build -v -o demo/demo.exe -i demo/main.go
+      run: |
+        C:\msys64\pacman -S mingw-w64-x86_64-gtk3
+        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 dba2087649815403a45fa8640c1923587f57ab46..31366f38545b895be61b161448c1b1e7149f4356 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-202010182216
\ No newline at end of file
+202010190606
\ No newline at end of file