Skip to content

Commit 98d90e7

Browse files
committed
fix ci again: s/PKG_CONFIG_LIBPATH/PKG_CONFIG_LIBDIR/
1 parent 2dd2b3c commit 98d90e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: Build
5151
run: |
5252
autoreconf -fiv
53-
PKG_CONFIG_LIBPATH=/usr/${{ matrix.arch }}-w64-mingw32/lib/pkgconfig ./configure --host=${{ matrix.arch }}-w64-mingw32 --prefix=/usr/${{ matrix.arch }}-w64-mingw32
53+
PKG_CONFIG_LIBDIR=/usr/${{ matrix.arch }}-w64-mingw32/lib/pkgconfig ./configure --host=${{ matrix.arch }}-w64-mingw32 --prefix=/usr/${{ matrix.arch }}-w64-mingw32
5454
make -j2
5555
sudo make install
5656

0 commit comments

Comments
 (0)