Skip to content

Commit b1c3a5c

Browse files
authored
Update ci.yml
1 parent c5d6ca8 commit b1c3a5c

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,17 @@ jobs:
2121
sofa_root: ${{ github.workspace }}/sofa
2222
sofa_version: ${{ matrix.sofa_branch }}
2323
sofa_scope: 'standard'
24-
- name: Checkout source code
24+
25+
- name: Checkout dependency source code
2526
uses: actions/checkout@v2
2627
with:
27-
#path: ${{ env.WORKSPACE_SRC_PATH }}
2828
path: InfinyTech3D/CollisionAlgorithm
2929
repository: InfinyTech3D/CollisionAlgorithm
30+
31+
- name: Checkout source code
32+
uses: actions/checkout@v2
33+
with:
34+
path: ${{ env.WORKSPACE_SRC_PATH }}
3035

3136
- name: Build and install
3237
id: build-install

0 commit comments

Comments
 (0)