Skip to content

Commit

Permalink
Source ROS setup file before running CI script
Browse files Browse the repository at this point in the history
  • Loading branch information
jonbinney committed Jun 19, 2021
1 parent 818167c commit 014f17d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ros1_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ jobs:
- uses: actions/checkout@v2

- name: Build and run tests
run: ./ci.sh
run: . /opt/ros/noetic/setup.sh && ./ci.sh

0 comments on commit 014f17d

Please sign in to comment.