Skip to content

Commit 2728b3c

Browse files
committed
Remove downstream package mtc_pour
... as fillMessage() was renamed to toMsg()
1 parent 5382338 commit 2728b3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
CLANG_TIDY_ARGS: -quiet -export-fixes ${{ github.workspace }}/.work/clang-tidy-fixes.yaml
4444
DOCKER_IMAGE: moveit/moveit:${{ matrix.env.IMAGE }}
4545
UNDERLAY: /root/ws_moveit/install
46-
DOWNSTREAM_WORKSPACE: "github:ubi-agni/mtc_demos#master github:TAMS-Group/mtc_pour#master"
46+
DOWNSTREAM_WORKSPACE: "github:ubi-agni/mtc_demos#master"
4747
CCACHE_DIR: ${{ github.workspace }}/.ccache
4848
BASEDIR: ${{ github.workspace }}/.work
4949
CACHE_PREFIX: "${{ matrix.env.IMAGE }}${{ contains(matrix.env.TARGET_CMAKE_ARGS, '--coverage') && '-ccov' || '' }}"

0 commit comments

Comments
 (0)