5
0
mirror of https://github.com/ArduPilot/ardupilot synced 2025-01-03 14:38:30 -04:00

.github: update location of canard_dsdlc

This commit is contained in:
bugobliterator 2021-10-12 17:34:03 +05:30 committed by Andrew Tridgell
parent 52717a43b2
commit b0aa456daa

View File

@ -47,7 +47,7 @@ jobs:
- name: run canard dsdlc generator test
run: |
PATH="/github/home/.local/bin:$PATH"
python Tools/canard_dsdlc/canard_dsdlc.py -O dsdlc_generated libraries/AP_UAVCAN/dsdl/ardupilot modules/pyuavcan/uavcan/dsdl_files/uavcan --run-test
python modules/canard_dsdlc/canard_dsdlc.py -O dsdlc_generated libraries/AP_UAVCAN/dsdl/ardupilot modules/pyuavcan/uavcan/dsdl_files/uavcan --run-test
- name: build sitl_periph_gps
shell: bash