From c5ff78d339c43187d9fb0acc3a0a21a6b8de7903 Mon Sep 17 00:00:00 2001 From: qydysky Date: Tue, 20 Oct 2020 09:31:34 +0800 Subject: [PATCH] fix dep --- .github/workflows/go.yml | 6 +++--- VERSION | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index cf4f256..996159e 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -87,8 +87,8 @@ jobs: id: go - name: Set up C - run: | - echo "::add-path::C:\msys64\mingw64\bin" + run: | + echo "::add-path::C:\msys64\mingw64\bin" - name: Set up Gtk uses: msys2/setup-msys2@v2 @@ -97,7 +97,7 @@ jobs: path-type: inherit update: true install: 'mingw-w64-x86_64-gtk3 mingw-w64-x86_64-gtk2' - + - name: Check out code uses: actions/checkout@v2 diff --git a/VERSION b/VERSION index fa6350d..c2606de 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -202010200930 \ No newline at end of file +202010200931 \ No newline at end of file -- 2.39.2