From 0cc80527612f3dca1c76a1ec6069d1bac96bf272 Mon Sep 17 00:00:00 2001 From: qydysky Date: Mon, 19 Oct 2020 09:02:15 +0800 Subject: [PATCH] fix dep --- .github/workflows/go.yml | 9 ++++++++- VERSION | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 2e3f38e..0e0263e 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -80,12 +80,19 @@ 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 mingw-w64-x86_64-go' + path-type: inherit + install: 'mingw-w64-x86_64-gtk3 mingw-w64-x86_64-gtk2 mingw-w64-x86_64-toolchain base-devel' - name: Check out code uses: actions/checkout@v2 diff --git a/VERSION b/VERSION index 660f9be..bcb3782 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -202010190824 \ No newline at end of file +202010190902 \ No newline at end of file -- 2.39.2