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 94a68c8 commit 1404825Copy full SHA for 1404825
.github/workflows/ci.yaml
@@ -41,7 +41,7 @@ jobs:
41
moveit2.repos
42
$(f="moveit2_$(sed 's/-.*$//' <<< "${{ matrix.env.IMAGE }}").repos"; test -r $f && echo $f)
43
# Pull any updates to the upstream workspace (after restoring it from cache)
44
- AFTER_SETUP_UPSTREAM_WORKSPACE: vcs pull $BASEDIR/upstream_ws/src
+ AFTER_SETUP_UPSTREAM_WORKSPACE: apt remove -y ros-$ROS_DISTRO-geometric-shapes; vcs pull $BASEDIR/upstream_ws/src
45
AFTER_SETUP_DOWNSTREAM_WORKSPACE: vcs pull $BASEDIR/downstream_ws/src
46
# Clear the ccache stats before and log the stats after the build
47
AFTER_SETUP_CCACHE: ccache --zero-stats --max-size=10.0G
0 commit comments