From: qydysky Date: Sun, 18 Oct 2020 23:16:01 +0000 (+0800) Subject: fix dep X-Git-Tag: v0.4.0~4^2~20 X-Git-Url: http://127.0.0.1:8081/?a=commitdiff_plain;h=806712dce5f2b385ca58f9ecaf3d07c9283e4e10;p=bili_danmu%2F.git fix dep --- 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