From cf94d40ff99ea3758c049c364f8d1613495b01bd Mon Sep 17 00:00:00 2001 From: 4c3y <69460051+4c3y@users.noreply.github.com> Date: Tue, 20 Aug 2024 15:49:47 +0200 Subject: [PATCH] Use bash in build step and set working directory --- .github/workflows/ubuntu20_04.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ubuntu20_04.yml b/.github/workflows/ubuntu20_04.yml index 529ebea..590bc3c 100644 --- a/.github/workflows/ubuntu20_04.yml +++ b/.github/workflows/ubuntu20_04.yml @@ -48,7 +48,8 @@ jobs: - name: Build mav_sensors run: source /opt/ros/${{ matrix.rosdistro }}/setup.bash && catkin build mav_sensors && source ${GITHUB_WORKSPACE}/catkin_ws/devel/setup.bash - + shell: bash + working-directory: catkin_ws