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 031cc9e commit 413f866Copy full SHA for 413f866
.github/workflows/ci.yml
@@ -82,6 +82,12 @@ jobs:
82
name: ${{ steps.sanitize.outputs.artifact_name }}
83
path: ${{ env.WORKSPACE_ARTIFACT_PATH }}
84
85
+ - name: Checkout ConstraintGeometry
86
+ uses: actions/checkout@v2
87
+ with:
88
+ repository: InfinyTech3D/ConstraintGeometry
89
+ path: deps/ConstraintGeometry
90
+
91
- name: Debug install tree
92
if: runner.os == 'Linux'
93
run: |
@@ -92,12 +98,6 @@ jobs:
98
echo "=== Listing include ==="
99
find $GITHUB_WORKSPACE/install -maxdepth 7 -type d -print
94
100
95
- - name: Checkout ConstraintGeometry
96
- uses: actions/checkout@v2
97
- with:
- repository: InfinyTech3D/ConstraintGeometry
- path: deps/ConstraintGeometry
-
101
- name: Build and install ConstraintGeometry
102
shell: bash
103
0 commit comments