Skip to content

Commit 44783ff

Browse files
committed
.github: install microxrceddsgen from source
... until image is udpated
1 parent 9a2857e commit 44783ff

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/test_dds.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,14 @@ jobs:
169169
- name: setup ccache
170170
run: |
171171
. .github/workflows/ccache.env
172+
# install install Micro-XRCE-DDS-Gen from source until image is updated
173+
- name: install Micro-XRCE-DDS-Gen from source
174+
run: |
175+
cd /tmp
176+
git clone --recurse-submodules https://github.com/ardupilot/Micro-XRCE-DDS-Gen.git
177+
cd Micro-XRCE-DDS-Gen
178+
time ./gradlew assemble
179+
echo "export PATH=\$PATH:$PWD/scripts" >> ~/.bashrc
172180
- name: test ${{matrix.config}}
173181
env:
174182
CI_BUILD_TARGET: dds-${{matrix.config}}

0 commit comments

Comments
 (0)