Skip to content

Commit

Permalink
Use bash shell
Browse files Browse the repository at this point in the history
  • Loading branch information
4c3y committed Jan 10, 2024
1 parent 80d260a commit edddd23
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/coverage_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:

jobs:
deploy:
name: Deploy coverage report
environment:
name: github-pages
url: ${{ steps.deployment.outputs.url }}
Expand Down Expand Up @@ -43,6 +44,8 @@ jobs:

- name: Source ROS
run: source /opt/ros/${{ matrix.rosdistro }}/setup.bash
working-directory: catkin_ws
shell: bash

- name: Build lpp
run: mkdir build && cd build && cmake .. -DCMAKE_BUILD_TYPE="Debug" -DENABLE_COVERAGE=1 && make
Expand Down

0 comments on commit edddd23

Please sign in to comment.