Skip to content

Commit 18d0a19

Browse files
committed
[ci] fix missing LD_LIBRARY_PATH
1 parent 319e193 commit 18d0a19

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ jobs:
5252
- name: Unit Tests
5353
working-directory: ./build
5454
run: |
55+
export LD_LIBRARY_PATH=${DEPS_INSTALL_DIR}/lib:${LD_LIBRARY_PATH}
5556
make test
5657
5758
- name: Build As Third Party

0 commit comments

Comments
 (0)