From: qydysky Date: Mon, 19 Oct 2020 00:19:35 +0000 (+0800) Subject: fix dep X-Git-Tag: v0.4.0~4^2~14 X-Git-Url: http://127.0.0.1:8081/?a=commitdiff_plain;h=cafbfc332a5daddfaaa59a6129bda2798c4029cc;p=bili_danmu%2F.git fix dep --- diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 6b2fd7f..a4353c6 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -80,18 +80,12 @@ jobs: runs-on: windows-latest steps: - - name: Set up Go 1.x - uses: actions/setup-go@v2 - with: - go-version: ^1.15.2 - id: go - - name: Setup up MSYS2 uses: msys2/setup-msys2@v2 with: msystem: MSYS update: true - install: 'mingw-w64-x86_64-gtk3 mingw-w64-x86_64-glib2 mingw-w64-x86_64-gobject-introspection 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 mingw-w64-go' - name: Check out code uses: actions/checkout@v2 diff --git a/VERSION b/VERSION index 774467c..531bd24 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -202010190804 \ No newline at end of file +202010190819 \ No newline at end of file