Skip to content

Commit

Permalink
feat: add missing dependency on worklows
Browse files Browse the repository at this point in the history
  • Loading branch information
marfanr committed Feb 27, 2024
1 parent fa4f0fb commit 12edb46
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 @@ -54,6 +54,12 @@ jobs:
repository: ichiro-its/shisen_interfaces
path: shisen_interfaces

- name: Checkout Atama Interfaces
uses: actions/checkout@v2.3.4
with:
repository: ichiro-its/atama_interfaces
path: atama_interfaces

- name: Checkout Kansei
uses: actions/checkout@v2.3.4
with:
Expand Down

0 comments on commit 12edb46

Please sign in to comment.