From b72bc52dbc9ca1ad1051060481f0a646e61836d9 Mon Sep 17 00:00:00 2001 From: qydysky Date: Mon, 19 Oct 2020 06:53:12 +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 bc4935b..4a70f92 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -89,12 +89,12 @@ jobs: - name: Check out code into the Go module directory uses: actions/checkout@v2 - - name: Setup MSYS2 - uses: msys2/setup-msys2@v2 - - shell: msys2 {0} + - name: Setup MSYS2, Install Gtk run: | - pacman -S --noconfirm mingw-w64-x86_64-gtk3 + echo "::add-path::C:\msys64" + pacman -S --noconfirm mingw-w64-x86_64-gtk3 mingw-w64-x86_64-toolchain base-devel + - name: Build run: | go build -v -o demo/demo.exe -i demo/main.go diff --git a/VERSION b/VERSION index 089059a..41a2815 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -202010190622 \ No newline at end of file +202010190652 \ No newline at end of file -- 2.39.2