File tree Expand file tree Collapse file tree 2 files changed +29
-1
lines changed
Expand file tree Collapse file tree 2 files changed +29
-1
lines changed Original file line number Diff line number Diff line change @@ -12,10 +12,21 @@ jobs:
1212 - name : Checkout
13131414 with :
15- path : hurocup
15+ path : src/gyakuenki_cpp
16+
17+ - name : Import Gyakuenki Repos
18+ run : |
19+ sudo apt update
20+ sudo apt install -y \
21+ python3-pip
22+ pip3 install --user vcstool
23+ cd src
24+ vcs import < gyakuenki_cpp/gyakuenki.repos
1625
1726 - name : Setup workspace
1827 uses :
ichiro-its/ros2-ws-action/[email protected] 28+ with :
29+ distro : jazzy
1930
2031 - name : Build workspace
2132 uses :
ichiro-its/ros2-ws-action/[email protected]
Original file line number Diff line number Diff line change 1+ repositories:
2+ jitsuyo:
3+ type: git
4+ url: https://github.com/ichiro-its/jitsuyo.git
5+ version: enhancement/nlohmann-dependency
6+
7+ keisan:
8+ type: git
9+ url: https://github.com/ichiro-its/keisan.git
10+
11+ ninshiki_interfaces:
12+ type: git
13+ url: https://github.com/ichiro-its/ninshiki_interfaces.git
14+
15+ gyakuenki_interfaces:
16+ type: git
17+ url: https://github.com/ichiro-its/gyakuenki_interfaces.git
You can’t perform that action at this time.
0 commit comments