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 c5d6ca8 commit b1c3a5cCopy full SHA for b1c3a5c
1 file changed
.github/workflows/ci.yml
@@ -21,12 +21,17 @@ jobs:
21
sofa_root: ${{ github.workspace }}/sofa
22
sofa_version: ${{ matrix.sofa_branch }}
23
sofa_scope: 'standard'
24
- - name: Checkout source code
+
25
+ - name: Checkout dependency source code
26
uses: actions/checkout@v2
27
with:
- #path: ${{ env.WORKSPACE_SRC_PATH }}
28
path: InfinyTech3D/CollisionAlgorithm
29
repository: InfinyTech3D/CollisionAlgorithm
30
31
+ - name: Checkout source code
32
+ uses: actions/checkout@v2
33
+ with:
34
+ path: ${{ env.WORKSPACE_SRC_PATH }}
35
36
- name: Build and install
37
id: build-install
0 commit comments