]> 127.0.0.1 Git - bili_danmu/.git/commitdiff
fix dep
authorqydysky <qydysky@foxmail.com>
Sat, 14 Nov 2020 17:32:26 +0000 (01:32 +0800)
committerqydysky <qydysky@foxmail.com>
Sat, 14 Nov 2020 17:32:26 +0000 (01:32 +0800)
.github/workflows/test.yml

index 08a9298224fda35eebdadc8cfba3b11f975b84c9..8ee001da90ecc6bb7496442e70276d0b3734ddab 100644 (file)
@@ -47,10 +47,6 @@ jobs:
       uses: actions/setup-go@v2
       with:
         go-version: ${{ matrix.go }}
-      
-    - name: Set up C
-      run: |
-        echo "C:\msys64\mingw64\bin" >> $GITHUB_PATH
 
     - name: Set up Gtk
       uses: msys2/setup-msys2@v2
@@ -58,7 +54,7 @@ jobs:
         msystem: MINGW64
         path-type: inherit
         update: true
-        install: 'mingw-w64-x86_64-gtk3 mingw-w64-x86_64-gtk2'
+        install: 'mingw-w64-x86_64-gtk2 mingw-w64-x86_64-gtk3 mingw-w64-x86_64-pkg-config base-devel'
 
     - name: Check out code
       uses: actions/checkout@v2