Skip to content

Commit 1bae8e2

Browse files
committed
test fix apt install error
1 parent 082cf90 commit 1bae8e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-action-ros.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
submodules: recursive
2323
- name: Dependencies
2424
run: |
25-
sudo apt install -y python3-colcon-common-extensions python3-pip ros-jazzy-cv-bridge libeigen3-dev
25+
sudo apt install -y python3-colcon-common-extensions python3-pip libeigen3-dev
2626
sudo pip install --upgrade pip
2727
- name: Install Ouroboros
2828
run: pwd && ls && cd src/ouroboros_repo && pwd && pip install ./ouroboros

0 commit comments

Comments
 (0)