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 5382338 commit 2728b3cCopy full SHA for 2728b3c
.github/workflows/ci.yaml
@@ -43,7 +43,7 @@ jobs:
43
CLANG_TIDY_ARGS: -quiet -export-fixes ${{ github.workspace }}/.work/clang-tidy-fixes.yaml
44
DOCKER_IMAGE: moveit/moveit:${{ matrix.env.IMAGE }}
45
UNDERLAY: /root/ws_moveit/install
46
- DOWNSTREAM_WORKSPACE: "github:ubi-agni/mtc_demos#master github:TAMS-Group/mtc_pour#master"
+ DOWNSTREAM_WORKSPACE: "github:ubi-agni/mtc_demos#master"
47
CCACHE_DIR: ${{ github.workspace }}/.ccache
48
BASEDIR: ${{ github.workspace }}/.work
49
CACHE_PREFIX: "${{ matrix.env.IMAGE }}${{ contains(matrix.env.TARGET_CMAKE_ARGS, '--coverage') && '-ccov' || '' }}"
0 commit comments