Skip to content

Commit 413f866

Browse files
committed
debug agian
1 parent 031cc9e commit 413f866

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,12 @@ jobs:
8282
name: ${{ steps.sanitize.outputs.artifact_name }}
8383
path: ${{ env.WORKSPACE_ARTIFACT_PATH }}
8484

85+
- name: Checkout ConstraintGeometry
86+
uses: actions/checkout@v2
87+
with:
88+
repository: InfinyTech3D/ConstraintGeometry
89+
path: deps/ConstraintGeometry
90+
8591
- name: Debug install tree
8692
if: runner.os == 'Linux'
8793
run: |
@@ -92,12 +98,6 @@ jobs:
9298
echo "=== Listing include ==="
9399
find $GITHUB_WORKSPACE/install -maxdepth 7 -type d -print
94100
95-
- name: Checkout ConstraintGeometry
96-
uses: actions/checkout@v2
97-
with:
98-
repository: InfinyTech3D/ConstraintGeometry
99-
path: deps/ConstraintGeometry
100-
101101
- name: Build and install ConstraintGeometry
102102
shell: bash
103103
run: |

0 commit comments

Comments
 (0)