From: qydysky Date: Wed, 21 Oct 2020 01:05:43 +0000 (+0800) Subject: fix dep X-Git-Tag: v0.5.0^2~29 X-Git-Url: http://127.0.0.1:8081/?a=commitdiff_plain;h=54f233388386489fc547475bec86dc5ef71af3fd;p=bili_danmu%2F.git fix dep --- diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 996159e..e74d9c0 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -88,7 +88,7 @@ jobs: - name: Set up C run: | - echo "::add-path::C:\msys64\mingw64\bin" + echo "C:\msys64\mingw64\bin" >> $GITHUB_PATH - name: Set up Gtk uses: msys2/setup-msys2@v2