From c41060395fd0a472e6d5f17216d5abaa37b6471f Mon Sep 17 00:00:00 2001 From: qydysky Date: Mon, 19 Oct 2020 07:40:11 +0800 Subject: [PATCH] fix dep --- .github/workflows/go.yml | 10 +++++----- VERSION | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 6637b81..867f179 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -86,16 +86,16 @@ jobs: go-version: ^1.15.2 id: go - - name: Check out code into the Go module directory - uses: actions/checkout@v2 - - - name: Setup MSYS2, Install Gtk + - name: Setup up 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' + install: 'mingw-w64-x86_64-gtk3 mingw-w64-x86_64-gtk2 mingw-w64-x86_64-toolchain base-devel' + + - name: Check out code into the Go module directory + uses: actions/checkout@v2 - shell: msys2 {0} run: | diff --git a/VERSION b/VERSION index fe6769b..744e30c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -202010190724 \ No newline at end of file +202010190739 \ No newline at end of file -- 2.39.2