]> granicus.if.org Git - libevent/commitdiff
ci: install pkg-config in mingw-w64 CI
authorfanquake <fanquake@gmail.com>
Fri, 9 Jul 2021 04:34:37 +0000 (12:34 +0800)
committerfanquake <fanquake@gmail.com>
Fri, 9 Jul 2021 04:58:38 +0000 (12:58 +0800)
.github/workflows/mingw.yml

index cadae0becfde1dd68de064a96d52b2b039c1efb7..2f8cd9b3f5c62e00a84e416d23be02c787a12921 100644 (file)
@@ -39,13 +39,13 @@ jobs:
         uses: actions/cache@v2
         with:
           path: build
-          key: mingw-autotools-${{ matrix.EVENT_MATRIX }}-v4
+          key: mingw-autotools-${{ matrix.EVENT_MATRIX }}-v5
       - name: Setup MSYS2
         uses: msys2/setup-msys2@v2
         with:
           msystem: MINGW64
           update: true
-          install: mingw-w64-x86_64-gcc autoconf automake libtool mingw-w64-x86_64-openssl mingw-w64-x86_64-mbedtls
+          install: mingw-w64-x86_64-gcc autoconf automake libtool mingw-w64-x86_64-openssl mingw-w64-x86_64-mbedtls pkg-config
 
       - name: Build And Test
         shell: powershell