From 5e9c9d4af6f999d79fdaccb228097e16478a3ba0 Mon Sep 17 00:00:00 2001 From: Vishal Pankaj Chandratreya <19171016+tfpf@users.noreply.github.com> Date: Fri, 29 Sep 2023 11:20:37 +0530 Subject: [PATCH] Previous update was overwriting the earlier updae. --- .github/workflows/winbuild.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/winbuild.yml b/.github/workflows/winbuild.yml index 460f6ad..27a7899 100644 --- a/.github/workflows/winbuild.yml +++ b/.github/workflows/winbuild.yml @@ -17,5 +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: echo "export LD_LIBRARY_PATH=/usr/local/lib" >> ~/.bash_profile - run: cd tests && make && ./tests