From: qydysky Date: Sun, 18 Oct 2020 23:50:54 +0000 (+0800) Subject: fix dep X-Git-Tag: v0.4.0~4^2~16 X-Git-Url: http://127.0.0.1:8081/?a=commitdiff_plain;h=1ef6da46d8cd86b77b535a42a958891e4169d98d;p=bili_danmu%2F.git fix dep --- diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 867f179..a17f862 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -41,7 +41,7 @@ jobs: go-version: ^1.15.2 id: go - - name: Check out code into the Go module directory + - name: Check out code uses: actions/checkout@v2 - name: Build @@ -86,15 +86,15 @@ jobs: go-version: ^1.15.2 id: go - - name: Setup up MSYS2, Install Gtk + - name: Setup up MSYS2 uses: msys2/setup-msys2@v2 with: msystem: MSYS update: true path-type: inherit - install: 'mingw-w64-x86_64-gtk3 mingw-w64-x86_64-gtk2 mingw-w64-x86_64-toolchain base-devel' + install: 'mingw-w64-x86_64-gtk3 mingw-w64-x86_64-glib2 mingw-w64-x86_64-gobject-introspection mingw-w64-x86_64-toolchain base-devel' - - name: Check out code into the Go module directory + - name: Check out code uses: actions/checkout@v2 - shell: msys2 {0} diff --git a/VERSION b/VERSION index 744e30c..68132ef 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -202010190739 \ No newline at end of file +202010190750 \ No newline at end of file