Skip to content

Commit

Permalink
Maybe setting PKG_CONFIG_PATH for MSYS2 will help.
Browse files Browse the repository at this point in the history
It is possible that it was previously being set as a Windows environment variable!
  • Loading branch information
tfpf committed Sep 29, 2023
1 parent 7f2c43f commit 47a1c47
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/winbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ on: [push, workflow_dispatch]
defaults:
run:
shell: msys2 {0}
env:
PKG_CONFIG_PATH: /usr/local/share/pkgconfig

jobs:
c:
Expand All @@ -16,4 +14,4 @@ jobs:
msystem: UCRT64
pacboy: cmake:p gcc:p make:p
- run: ./run.sh
- run: cd tests && mingw32-make && ./tests
- run: PKG_CONFIG_PATH=/usr/local/share/pkgconfig cd tests && mingw32-make && ./tests

0 comments on commit 47a1c47

Please sign in to comment.