From: qydysky Date: Sun, 18 Oct 2020 23:23:05 +0000 (+0800) Subject: fix dep X-Git-Tag: v0.4.0~4^2~19 X-Git-Url: http://127.0.0.1:8081/?a=commitdiff_plain;h=e0766e764343caf0d59a809107ecc2c84fc05751;p=bili_danmu%2F.git fix dep --- diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 3635024..28b3ed9 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -89,12 +89,16 @@ jobs: - name: Check out code into the Go module directory uses: actions/checkout@v2 - - name: Setup MSYS2, Install Gtk, Build + - name: Setup MSYS2, Install Gtk uses: msys2/setup-msys2@v2 with: + msystem: MSYS update: true path-type: inherit install: 'mingw-w64-x86_64-gtk3 mingw-w64-x86_64-toolchain base-devel' + + - name: Build + - shell: msys2 {0} run: | go build -v -o demo/demo.exe -i demo/main.go diff --git a/VERSION b/VERSION index 0cabf7c..3b31a87 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -202010190715 \ No newline at end of file +202010190722 \ No newline at end of file