mirror of
https://github.com/dptech-corp/Uni-Lab-OS.git
synced 2026-02-05 22:15:04 +00:00
Compare commits
3 Commits
feat/unila
...
39dc443399
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
39dc443399 | ||
|
|
37b1fca962 | ||
|
|
216f19fb62 |
4
.github/workflows/ci-check.yml
vendored
4
.github/workflows/ci-check.yml
vendored
@@ -1,6 +1,8 @@
|
||||
name: CI Check
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [main, dev]
|
||||
pull_request:
|
||||
branches: [main, dev]
|
||||
|
||||
@@ -30,7 +32,7 @@ jobs:
|
||||
|
||||
- name: Install minimal ROS dependencies
|
||||
run: |
|
||||
conda install ros-humble-ros-core ros-humble-std-msgs ros-humble-geometry-msgs ros-humble-control-msgs -c robostack-staging -c conda-forge
|
||||
conda install robostack-staging::ros-humble-ros-core robostack-staging::ros-humble-action-msgs robostack-staging::ros-humble-std-msgs robostack-staging::ros-humble-geometry-msgs robostack-staging::ros-humble-control-msgs -c robostack-staging -c conda-forge
|
||||
|
||||
- name: Install unilabos-msgs and project
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user