Skip to content

Commit

Permalink
[ci] fix missing LD_LIBRARY_PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
simogasp committed Jun 20, 2021
1 parent 319e193 commit 18d0a19
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
- name: Unit Tests
working-directory: ./build
run: |
export LD_LIBRARY_PATH=${DEPS_INSTALL_DIR}/lib:${LD_LIBRARY_PATH}
make test
- name: Build As Third Party
Expand Down

0 comments on commit 18d0a19

Please sign in to comment.