Skip to content

Commit

Permalink
fix 6
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Shen committed Aug 6, 2024
1 parent da2d77d commit b464f7a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/cmake-single-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:

- name: Build ROS Package
run: |
source /opt/ros/noetic/setup.bash
mkdir -p catkin_ws/src
cp -R . catkin_ws/src/
cd catkin_ws
Expand All @@ -28,7 +27,6 @@ jobs:

- name: Run Tests
run: |
source /opt/ros/noetic/setup.bash
cd catkin_ws
catkin_make run_tests && catkin_test_results
shell: bash
Expand Down

0 comments on commit b464f7a

Please sign in to comment.