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 37a0613 commit 2c8f468
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-ros2-ws-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ jobs:
repository: ichiro-its/shisen_interfaces
path: shisen_interfaces

- name: Checkout Kansei Interfaces
- name: Checkout Shisen Interfaces
uses: actions/checkout@v2.3.4
with:
repository: ichiro-its/kansei_interfaces
path: kansei_interfaces
repository: ichiro-its/shisen_interfaces
path: shisen_interfaces

- name: install opencv contrib
run: |
Expand Down

0 comments on commit 2c8f468

Please sign in to comment.