You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/config.yml
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -288,6 +288,10 @@ jobs:
288
288
# setup workspace
289
289
mkdir -p ~/ws/src
290
290
cd ~/ws/src
291
+
if [ "${{ matrix.DISTRO }}" = "ubuntu:24.04" ]; then
292
+
# TODO: remove these lines and uncomment https://github.com/ubi-agni/ros-builder-action/blob/191fab06004ad5784c28cf2ba2b18f6d163a860d/ros-one.repos#L1089 after https://github.com/locusrobotics/catkin_virtualenv/pull/115 has been merged.
0 commit comments