From f3eb625c9707203f580e29762be966334ba104b0 Mon Sep 17 00:00:00 2001 From: qydysky Date: Mon, 19 Oct 2020 06:23:07 +0800 Subject: [PATCH] fix dep --- .github/workflows/go.yml | 8 +++++--- VERSION | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 0c74e14..bc4935b 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -89,14 +89,16 @@ jobs: - name: Check out code into the Go module directory uses: actions/checkout@v2 - - name: Setup MSYS2 And Build + - name: Setup MSYS2 uses: msys2/setup-msys2@v2 - shell: msys2 {0} run: | pacman -S --noconfirm mingw-w64-x86_64-gtk3 - pacman -S --noconfirm mingw-w64-x86_64-toolchain base-devel + + - name: Build + run: | go build -v -o demo/demo.exe -i demo/main.go - + - name: zip run: .\7za.exe a -r .\release_windows.zip ./ diff --git a/VERSION b/VERSION index 42eb52d..089059a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -202010190614 \ No newline at end of file +202010190622 \ No newline at end of file -- 2.39.2