We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fafa9c commit 434b2dbCopy full SHA for 434b2db
1 file changed
.github/workflows/ci.yml
@@ -25,7 +25,7 @@ jobs:
25
- name: Checkout dependency source code
26
uses: actions/checkout@v2
27
with:
28
- path: InfinyTech3D/CollisionAlgorithm
+ path: $GITHUB_WORKSPACE/deps/CollisionAlgorithm
29
repository: InfinyTech3D/CollisionAlgorithm
30
31
- name: Build and install CollisionAlgorithm
0 commit comments