Skip to content

Commit

Permalink
Use bash in build step and set working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
4c3y committed Aug 20, 2024
1 parent 7ab3812 commit cf94d40
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ubuntu20_04.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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



0 comments on commit cf94d40

Please sign in to comment.