From 3d25c85d775947b950ac4cbda6cb00ce0f4f7c24 Mon Sep 17 00:00:00 2001 From: qydysky Date: Tue, 20 Oct 2020 09:30:38 +0800 Subject: [PATCH] fix dep --- .github/workflows/go.yml | 18 +++++++++--------- VERSION | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 8818a03..cf4f256 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -35,7 +35,7 @@ jobs: runs-on: ubuntu-latest steps: - - name: Set up Go 1.x + - name: Set up Go uses: actions/setup-go@v2 with: go-version: ^1.15.2 @@ -80,24 +80,24 @@ jobs: runs-on: windows-latest steps: - - name: Set up Go 1.x + - name: Set up Go uses: actions/setup-go@v2 with: go-version: ^1.15.2 id: go - - - name: Setup up MSYS2 + + - name: Set up C + run: | + echo "::add-path::C:\msys64\mingw64\bin" + + - name: Set up Gtk uses: msys2/setup-msys2@v2 with: msystem: MINGW64 path-type: inherit update: true install: 'mingw-w64-x86_64-gtk3 mingw-w64-x86_64-gtk2' - - - name: Setup up C - run: | - echo "::add-path::C:\msys64\mingw64\bin" - + - name: Check out code uses: actions/checkout@v2 diff --git a/VERSION b/VERSION index f0546a4..fa6350d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -202010200913 \ No newline at end of file +202010200930 \ No newline at end of file -- 2.39.2