From 806712dce5f2b385ca58f9ecaf3d07c9283e4e10 Mon Sep 17 00:00:00 2001 From: qydysky Date: Mon, 19 Oct 2020 07:16:01 +0800 Subject: [PATCH] fix dep --- .github/workflows/go.yml | 15 ++++++--------- VERSION | 2 +- 2 files changed, 7 insertions(+), 10 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index afb2395..3635024 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -89,15 +89,12 @@ jobs: - name: Check out code into the Go module directory uses: actions/checkout@v2 - - name: Setup MSYS2, Install Gtk - run: | - echo "C:\msys64" >> $GITHUB_PATH - pacman -S --noconfirm mingw-w64-x86_64-gtk3 mingw-w64-x86_64-toolchain base-devel - echo "C:\msys64\usr\bin" >> $GITHUB_PATH - echo "C:\msys64\mingw64\bin" >> $GITHUB_PATH - - - - name: Build + - name: Setup MSYS2, Install Gtk, Build + uses: msys2/setup-msys2@v2 + with: + update: true + path-type: inherit + install: 'mingw-w64-x86_64-gtk3 mingw-w64-x86_64-toolchain base-devel' run: | go build -v -o demo/demo.exe -i demo/main.go diff --git a/VERSION b/VERSION index 2c4c2a1..0cabf7c 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -202010190701 \ No newline at end of file +202010190715 \ No newline at end of file -- 2.39.2