Skip to content

Commit

Permalink
feat: fix missing dependency on worklows
Browse files Browse the repository at this point in the history
  • Loading branch information
marfanr committed Mar 1, 2024
1 parent 2c8f468 commit cf99971
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-ros2-ws-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ jobs:
repository: ichiro-its/shisen_interfaces
path: shisen_interfaces

- name: Checkout Shisen Cpp
uses: actions/[email protected]
with:
repository: ichiro-its/shisen_cpp
path: shisen_cpp

- name: install opencv contrib
run: |
sudo apt install libopencv-contrib-dev -y
Expand Down

0 comments on commit cf99971

Please sign in to comment.