Skip to content

Commit 1404825

Browse files
sea-bassrhaschke
andauthored
TEMP: Remove ros-*-geometric-shapes to force using source package (#3137)
--------- Co-authored-by: Robert Haschke <[email protected]>
1 parent 94a68c8 commit 1404825

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
@@ -41,7 +41,7 @@ jobs:
4141
moveit2.repos
4242
$(f="moveit2_$(sed 's/-.*$//' <<< "${{ matrix.env.IMAGE }}").repos"; test -r $f && echo $f)
4343
# Pull any updates to the upstream workspace (after restoring it from cache)
44-
AFTER_SETUP_UPSTREAM_WORKSPACE: vcs pull $BASEDIR/upstream_ws/src
44+
AFTER_SETUP_UPSTREAM_WORKSPACE: apt remove -y ros-$ROS_DISTRO-geometric-shapes; vcs pull $BASEDIR/upstream_ws/src
4545
AFTER_SETUP_DOWNSTREAM_WORKSPACE: vcs pull $BASEDIR/downstream_ws/src
4646
# Clear the ccache stats before and log the stats after the build
4747
AFTER_SETUP_CCACHE: ccache --zero-stats --max-size=10.0G

0 commit comments

Comments
 (0)