Skip to content

Commit

Permalink
add apt update command to ci (autowarefoundation#12)
Browse files Browse the repository at this point in the history
Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp>
  • Loading branch information
mitsudome-r committed Oct 9, 2020
1 parent 5e19781 commit bfe938b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/checkout@v2

- name: Install missing dependencies
run: rosdep update && DEBIAN_FRONTEND=noninteractive sudo rosdep install --from-paths . --ignore-src --rosdistro foxy -y
run: sudo apt update && rosdep update && DEBIAN_FRONTEND=noninteractive sudo rosdep install --from-paths . --ignore-src --rosdistro foxy -y

- name: Build
run: . /opt/ros/foxy/setup.sh && colcon build --event-handlers console_cohesion+
Expand Down

0 comments on commit bfe938b

Please sign in to comment.