diff --git a/.github/workflows/winbuild.yml b/.github/workflows/winbuild.yml index 64ea683..460f6ad 100644 --- a/.github/workflows/winbuild.yml +++ b/.github/workflows/winbuild.yml @@ -17,4 +17,5 @@ jobs: - 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: cd tests && make && ./tests