From e0766e764343caf0d59a809107ecc2c84fc05751 Mon Sep 17 00:00:00 2001 From: qydysky Date: Mon, 19 Oct 2020 07:23:05 +0800 Subject: [PATCH] fix dep --- .github/workflows/go.yml | 6 +++++- VERSION | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 3635024..28b3ed9 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -89,12 +89,16 @@ jobs: - name: Check out code into the Go module directory uses: actions/checkout@v2 - - name: Setup MSYS2, Install Gtk, Build + - name: Setup 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' + + - name: Build + - shell: msys2 {0} run: | go build -v -o demo/demo.exe -i demo/main.go diff --git a/VERSION b/VERSION index 0cabf7c..3b31a87 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -202010190715 \ No newline at end of file +202010190722 \ No newline at end of file -- 2.39.2