From 1ef6da46d8cd86b77b535a42a958891e4169d98d Mon Sep 17 00:00:00 2001 From: qydysky Date: Mon, 19 Oct 2020 07:50:54 +0800 Subject: [PATCH] fix dep --- .github/workflows/go.yml | 8 ++++---- VERSION | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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 -- 2.39.2