Skip to content

Commit b4b4be1

Browse files
authored
Fix nightly workflow (#457)
Signed-off-by: Raul Sanchez-Mateos <raul@eprosima.com>
1 parent d27f533 commit b4b4be1

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/docker/ddsrouter/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ WORKDIR /ddsrouter
4444

4545
ARG fastcdr_branch=2.x
4646
ARG fastdds_branch=2.x
47-
ARG devutils_branch=main
47+
ARG devutils_branch=0.x
4848
ARG ddspipe_branch=main
4949
ARG ddsrouter_branch=main
5050

.github/workflows/nightly.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
with:
3232
fastcdr_branch: '2.x'
3333
fastdds_branch: '2.x'
34+
dev_utils_branch: '0.x'
3435
ddspipe_branch: 'main'
3536
ddsrouter_branch: 'main'
3637
custom_version_build: 'v2'

0 commit comments

Comments
 (0)