Skip to content

Commit

Permalink
Trying pacboy again but with PKG_CONFIG_PATH set correctly.
Browse files Browse the repository at this point in the history
  • Loading branch information
tfpf committed Sep 29, 2023
1 parent 694d4ff commit 11950f5
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/winbuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,7 @@ jobs:
- uses: msys2/setup-msys2@v2
with:
msystem: UCRT64
install: cmake gcc make
#pacboy: cmake:p gcc:p make:p
pacboy: cmake:p gcc:p make:p
- run: ./run.sh
- run: find "/usr/local/share/pkgconfig"
- run: echo "export PKG_CONFIG_PATH=/usr/local/share/pkgconfig" > ~/.bash_profile
- run: echo "export LD_LIBRARY_PATH=/usr/local/lib" >> ~/.bash_profile
- run: ldconfig
- run: cd tests && make && ./tests
- run: echo 'export PKG_CONFIG_PATH="/c/Program Files (x86)/hdrbg/share/pkgconfig"' > ~/.bash_profile
- run: cd tests && mingw32-make && ./tests

0 comments on commit 11950f5

Please sign in to comment.