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