Skip to content

Commit

Permalink
fix ci again: s/PKG_CONFIG_LIBPATH/PKG_CONFIG_LIBDIR/
Browse files Browse the repository at this point in the history
  • Loading branch information
nu774 committed May 5, 2024
1 parent 2dd2b3c commit 98d90e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Build
run: |
autoreconf -fiv
PKG_CONFIG_LIBPATH=/usr/${{ matrix.arch }}-w64-mingw32/lib/pkgconfig ./configure --host=${{ matrix.arch }}-w64-mingw32 --prefix=/usr/${{ matrix.arch }}-w64-mingw32
PKG_CONFIG_LIBDIR=/usr/${{ matrix.arch }}-w64-mingw32/lib/pkgconfig ./configure --host=${{ matrix.arch }}-w64-mingw32 --prefix=/usr/${{ matrix.arch }}-w64-mingw32
make -j2
sudo make install
Expand Down

0 comments on commit 98d90e7

Please sign in to comment.