File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -169,13 +169,22 @@ jobs:
169
169
- name : setup ccache
170
170
run : |
171
171
. .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
+ ./gradlew assemble
172
179
- name : test ${{matrix.config}}
173
180
env :
174
181
CI_BUILD_TARGET : dds-${{matrix.config}}
175
182
shell : ' script -q -e -c "bash {0}"'
176
183
run : |
177
184
git config --global --add safe.directory ${GITHUB_WORKSPACE}
178
185
PATH="/github/home/.local/bin:$PATH"
186
+ PATH="/tmp/Micro-XRCE-DDS-Gen/scripts:$PATH"
187
+ which microxrceddsgen
179
188
Tools/scripts/build_ci.sh
180
189
181
190
- name : Archive buildlog artifacts
You can’t perform that action at this time.
0 commit comments