Skip to content

Commit bfe938b

Browse files
authored
add apt update command to ci (#12)
Signed-off-by: mitsudome-r <ryohsuke.mitsudome@tier4.jp>
1 parent 5e19781 commit bfe938b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: actions/checkout@v2
1717

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

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

0 commit comments

Comments
 (0)