Skip to content

Commit 03688ac

Browse files
committed
[ci] Switch to installing ConstraintGeometry otherwise plugin not found
1 parent 7043b08 commit 03688ac

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,16 +74,18 @@ jobs:
7474
-GNinja \
7575
-DCMAKE_PREFIX_PATH=$SOFA_ROOT/lib/cmake;%WORKSPACE_INSTALL_PATH%/lib/cmake \
7676
-DCMAKE_BUILD_TYPE=Release \
77+
-DCMAKE_INSTALL_PREFIX=%GITHUB_WORKSPACE%/downstream/ConstraintGeometry/install \
7778
.. \
78-
&& ninja"
79+
&& ninja install"
7980
else
8081
cd downstream/ConstraintGeometry/build
8182
cmake \
8283
-GNinja \
8384
-DCMAKE_PREFIX_PATH="$SOFA_ROOT/lib/cmake;$WORKSPACE_INSTALL_PATH/lib/cmake" \
8485
-DCMAKE_BUILD_TYPE=Release \
86+
-DCMAKE_INSTALL_PREFIX="$GITHUB_WORKSPACE/downstream/ConstraintGeometry/install" \
8587
..
86-
ninja
88+
ninja install
8789
fi
8890
8991
- name: Sanitize artifact name

0 commit comments

Comments
 (0)