Skip to content

Commit

Permalink
Setting LD LIBRARY PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
ifilot committed Dec 25, 2023
1 parent dda7e1c commit 8599707
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,10 @@ jobs:
- name: Configure CMake
run: mkdir build && cd build && cmake ../src
- name: Build
run: cd build && make -j
- name: Perform unit tests
run: cd build && sudo make install
run: cd build && make -j && sudo make install
- name: Produce compilation using shared library
run: |
cd examples && mkdir build && cd build
cmake ../shared
make -j
./den2obj-shared-example
LD_LIBRARY_PATH=/usr/local/lib ./den2obj-shared-example

0 comments on commit 8599707

Please sign in to comment.