Skip to content

Commit 32bd330

Browse files
committed
Restore libnabo install directory for linux builds in github actions
1 parent 68afd8c commit 32bd330

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build-python.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,7 @@ jobs:
204204
cd libnabo
205205
cmake -GNinja \
206206
-DBOOST_ROOT=${{ env.BOOST_INSTALL_PATH }} \
207+
-DCMAKE_INSTALL_PREFIX=${{ env.LIBNABO_INSTALL_PATH }} \
207208
-DCMAKE_BUILD_TYPE=RelWithDebInfo \
208209
-DUSE_OPEN_MP:BOOL=ON \
209210
-S . -B ./build
@@ -216,6 +217,7 @@ jobs:
216217
run: |
217218
cmake \
218219
-DBOOST_ROOT:PATH=${{ env.BOOST_INSTALL_PATH }} \
220+
-DLIBNABO_INSTALL_DIR=${{ env.LIBNABO_INSTALL_PATH }} \
219221
-DBUILD_PYTHON_MODULE:BOOL=ON \
220222
-DUSE_OPEN_MP:BOOL=ON \
221223
-DBoost_USE_STATIC_LIBS:BOOL=ON \

0 commit comments

Comments
 (0)