Skip to content

Commit

Permalink
ci: Set CMAKE_PREFIX_PATH in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisv committed Dec 19, 2024
1 parent df7fb78 commit 49a3c03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ jobs:
export PATH=$PATH:/opt/openrobots/bin
export PKG_CONFIG_PATH=$PKG_CONFIG_PATH:/opt/openrobots/lib/pkgconfig
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/opt/openrobots/lib:/usr/local/lib:/usr/lib:/usr/lib/x86_64-linux-gnu
export CMAKE_PREFIX_PATH=/opt/openrobots/lib
cd ./unittest/packaging/cmake
mkdir build
cd build
Expand Down

0 comments on commit 49a3c03

Please sign in to comment.