-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: simplify workflows and remove unused workflows
- Loading branch information
Showing
5 changed files
with
4 additions
and
154 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,27 +14,11 @@ jobs: | |
with: | ||
path: shisen_cpp | ||
|
||
- name: Checkout Shisen Interfaces | ||
uses: actions/[email protected] | ||
with: | ||
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 | ||
- name: Checkout Dependencies | ||
run: | | ||
sudo apt install libopencv-contrib-dev -y | ||
- name: Checkout Keisan | ||
uses: actions/[email protected] | ||
with: | ||
repository: ichiro-its/keisan | ||
path: keisan | ||
git clone https://github.com/ichiro-its/shisen_interfaces.git | ||
git clone https://github.com/ichiro-its/shisen_cpp.git | ||
git clone https://github.com/ichiro-its/keisan.git | ||
- name: Setup workspace | ||
uses: ichiro-its/ros2-ws-action/[email protected] | ||
|