Skip to content

Commit 0ae95e2

Browse files
lazkaAlexpux
authored andcommitted
CI: disable pkg-config
to avoid it finding build machine packages
1 parent 6f82c40 commit 0ae95e2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/mingw.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,9 @@ jobs:
197197
198198
mkdir _build && cd _build
199199
200+
export PKG_CONFIG_LIBDIR=/dev/null
201+
unset PKG_CONFIG_PATH
202+
200203
../configure \
201204
--host=x86_64-w64-mingw32 \
202205
--build=x86_64-pc-linux-gnu \
@@ -259,6 +262,9 @@ jobs:
259262
260263
mkdir _build && cd _build
261264
265+
export PKG_CONFIG_LIBDIR=/dev/null
266+
unset PKG_CONFIG_PATH
267+
262268
export CC=${{ matrix.arch }}-w64-mingw32-clang
263269
export CXX=${CC}++
264270
../configure \

0 commit comments

Comments
 (0)