From 5805dc85e2124442ed457884a64096b998752518 Mon Sep 17 00:00:00 2001 From: Aerin Brown <72281505+aerin-brown-codes@users.noreply.github.com> Date: Sat, 14 Oct 2023 13:12:19 -0400 Subject: [PATCH] fix: setup.bash --- .github/workflows/sanity-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sanity-check.yml b/.github/workflows/sanity-check.yml index 49e7f7d8..6aa73a42 100644 --- a/.github/workflows/sanity-check.yml +++ b/.github/workflows/sanity-check.yml @@ -49,7 +49,7 @@ jobs: - name: Catkin Build shell: bash run: | + source /opt/ros/noetic/setup.bash cd ~/catkin_ws - source devel/setup.bash catkin init catkin build