From 8eaca5ab0b759e45a51291a18a6abea1f5902cc7 Mon Sep 17 00:00:00 2001 From: Cerapter <43446478+Cerapter@users.noreply.github.com> Date: Tue, 4 May 2021 08:19:14 +0200 Subject: [PATCH] Add the `core` library to the tests' library path --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b92dc85..9369b5e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -32,7 +32,7 @@ jobs: - name: Run tests run: | for test in bin_tests/; do - ./$test + LD_LIBRARY_PATH=./bin:$LD_LIBRARY_PATH ./$test done; - name: Upload binary @@ -62,7 +62,7 @@ jobs: - name: Run tests run: | for test in bin_tests/; do - ./$test + LD_LIBRARY_PATH=./bin:$LD_LIBRARY_PATH ./$test done; - name: Upload zip