From ab0749d40e5a66a5b8794bca17312dae2671bd78 Mon Sep 17 00:00:00 2001 From: qydysky Date: Mon, 19 Oct 2020 06:57:54 +0800 Subject: [PATCH] fix dep --- .github/workflows/go.yml | 3 ++- VERSION | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 4a70f92..39e2196 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -91,8 +91,9 @@ jobs: - name: Setup MSYS2, Install Gtk run: | - echo "::add-path::C:\msys64" + echo "C:\msys64\usr\bin" >> $GITHUB_PATH pacman -S --noconfirm mingw-w64-x86_64-gtk3 mingw-w64-x86_64-toolchain base-devel + echo "C:\msys64\mingw64\bin" >> $GITHUB_PATH - name: Build diff --git a/VERSION b/VERSION index 41a2815..a5a5fb4 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -202010190652 \ No newline at end of file +202010190657 \ No newline at end of file -- 2.39.2