We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 319e193 commit 18d0a19Copy full SHA for 18d0a19
1 file changed
.github/workflows/continuous-integration.yml
@@ -52,6 +52,7 @@ jobs:
52
- name: Unit Tests
53
working-directory: ./build
54
run: |
55
+ export LD_LIBRARY_PATH=${DEPS_INSTALL_DIR}/lib:${LD_LIBRARY_PATH}
56
make test
57
58
- name: Build As Third Party
0 commit comments