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

index c93630a9f0b62c4e327e59d83e59120a2ec24ae1..850f7bd919747e59373d4ed66f75c478e8ed3c9a 100644 (file)
@@ -45,7 +45,9 @@ jobs:
       uses: actions/checkout@v2
         
     - name: Build
-      run: go build -v -o demo/demo.run -i demo/main.go
+      run: |
+      sudo apt-get install libgtk-3-dev libcairo2-dev libglib2.0-dev
+      go build -v -o demo/demo.run -i demo/main.go
       
     - name: zip
       run: zip -q -r release_ubuntu.zip *
diff --git a/VERSION b/VERSION
index 0ee5cbb23aa68907a8fc453bc6affc57478ef7bb..68e1dbed640cb74b7bb229da4c948b489947701f 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-202010182201
\ No newline at end of file
+202010182214
\ No newline at end of file