Skip to content

Commit 27e325d

Browse files
committed
fix error
1 parent 739b973 commit 27e325d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ jobs:
3838
-DCMAKE_PREFIX_PATH=$SOFA_ROOT/lib/cmake \
3939
-DCMAKE_BUILD_TYPE=Release \
4040
-DCMAKE_INSTALL_PREFIX=$GITHUB_WORKSPACE/install/CollisionAlgorithm \
41-
..
42-
ninja install
41+
../src \
42+
&& ninja install
4343
4444
- name: Checkout source code
4545
uses: actions/checkout@v2

0 commit comments

Comments
 (0)