Skip to content

Commit

Permalink
Correctly set PKG_CONFIG_PATH.
Browse files Browse the repository at this point in the history
  • Loading branch information
tfpf committed Oct 2, 2023
1 parent 49e80c3 commit d8bdb78
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/msys2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ defaults:
run:
shell: msys2 -l {0}
env:
LD_LIBRARY_PATH: "C:/Program Files (x86)/hdrbg/bin"
PKG_CONFIG_PATH: "C:/Program Files (x86)/hdrbg/share/pkgconfig"
LD_LIBRARY_PATH: "/c/Program Files (x86)/hdrbg/bin"

jobs:
c:
Expand All @@ -19,6 +18,7 @@ jobs:
pacboy: cmake:p gcc:p make:p pkgconf:p
- run: env | sort
- run: ./run.sh
- run: echo "export PKG_CONFIG_PATH='/c/Program Files (x86)/hdrbg/share/pkgconfig'" > ~/.bash_profile
- run: cd tests && mingw32-make && ./tests
python:
name: windows-2022 / Python
Expand All @@ -29,5 +29,6 @@ jobs:
with:
msystem: UCRT64
pacboy: gcc:p python:p
- run: python3 -m ensurepip
- run: python3 -m pip install .
- run: python3 examples/Python/thread-safe.py

0 comments on commit d8bdb78

Please sign in to comment.