Skip to content

Commit

Permalink
feat: order of package checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
borednuna committed Feb 5, 2024
1 parent e54617c commit ee88cd5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ros-2-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,19 +25,19 @@ jobs:
ref: master
path: src/ninshiki_interfaces

- name: Clone Shisen Cpp
- name: Clone Shisen Interfaces
uses: actions/checkout@v4.0.0
with:
repository: ichiro-its/shisen_cpp
repository: ichiro-its/shisen_interfaces
ref: master
path: src/shisen_cpp
path: src/shisen_interfaces

- name: Clone Shisen Interfaces
- name: Clone Shisen Cpp
uses: actions/checkout@v4.0.0
with:
repository: ichiro-its/shisen_interfaces
repository: ichiro-its/shisen_cpp
ref: master
path: src/shisen_interfaces
path: src/shisen_cpp

- name: Build and test workspace
uses: ichiro-its/ros2-ws-action@v1.0.0

0 comments on commit ee88cd5

Please sign in to comment.