Skip to content

Commit

Permalink
source opt ros setup.bash if it exists
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasw committed Mar 13, 2024
1 parent 0c3e90f commit 74bfd2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test_suite_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ jobs:
export PATH=$JAVA_HOME/bin:$PATH
export LIBGL_ALWAYS_SOFTWARE=true
export ROS_DISTRO=${{ matrix.ROS_DISTRO }}
source /opt/ros/$ROS_DISTRO/setup.bash || true
xvfb-run --auto-servernum make distrib -j4
- name: Create/Update GitHub release
if: ${{ matrix.os == 'ubuntu-20.04' && (github.event_name == 'push' || github.event_name == 'schedule') }}
Expand Down

0 comments on commit 74bfd2c

Please sign in to comment.