We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 739b973 commit 27e325dCopy full SHA for 27e325d
1 file changed
.github/workflows/ci.yml
@@ -38,8 +38,8 @@ jobs:
38
-DCMAKE_PREFIX_PATH=$SOFA_ROOT/lib/cmake \
39
-DCMAKE_BUILD_TYPE=Release \
40
-DCMAKE_INSTALL_PREFIX=$GITHUB_WORKSPACE/install/CollisionAlgorithm \
41
- ..
42
- ninja install
+ ../src \
+ && ninja install
43
44
- name: Checkout source code
45
uses: actions/checkout@v2
0 commit comments