Skip to content

Commit 50e14bd

Browse files
authored
Use rotary alias packages for CI (#602)
Signed-off-by: Jose Luis Rivero <jrivero@honurobotics.com>
1 parent df56501 commit 50e14bd

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

.github/ci/packages.apt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
libgz-cmake5-dev
2-
libgz-common7-dev
3-
libgz-math9-dev
4-
libgz-msgs12-dev
5-
libgz-rendering10-dev
6-
libgz-tools2-dev
7-
libgz-transport15-dev
8-
libsdformat16-dev
1+
libgz-rotary-cmake-dev
2+
libgz-rotary-common-dev
3+
libgz-rotary-math-dev
4+
libgz-rotary-msgs-dev
5+
libgz-rotary-rendering-dev
6+
libgz-rotary-tools-dev
7+
libgz-rotary-transport-dev
8+
libgz-rotary-sdformat-dev
99
xvfb

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
id: ci
2020
uses: gazebo-tooling/action-gz-ci@noble
2121
with:
22+
gzdev-project-name: rotary
2223
# codecov-enabled: true
2324
cppcheck-enabled: true
2425
cpplint-enabled: true

0 commit comments

Comments
 (0)