From 7f2c43fd5a5cfcefdbcd5c1de7bd4f052d82b74b Mon Sep 17 00:00:00 2001 From: Vishal Pankaj Chandratreya <19171016+tfpf@users.noreply.github.com> Date: Fri, 29 Sep 2023 09:58:18 +0530 Subject: [PATCH] Maybe setting `PKG_CONFIG_PATH` will help. --- .github/workflows/winbuild.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/winbuild.yml b/.github/workflows/winbuild.yml index d80dd1e..3f6db14 100644 --- a/.github/workflows/winbuild.yml +++ b/.github/workflows/winbuild.yml @@ -3,8 +3,8 @@ on: [push, workflow_dispatch] defaults: run: shell: msys2 {0} -# env: -# PKG_CONFIG_PATH: /usr/local/share/pkgconfig +env: + PKG_CONFIG_PATH: /usr/local/share/pkgconfig jobs: c: