CI: fixed DSDL paths

This commit is contained in:
Andrew Tridgell 2021-11-19 10:44:22 +11:00
parent 9e5fcb4ced
commit 5965bd6f5a
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ jobs:
- name: run dronecan dsdlc generator test
run: |
PATH="/github/home/.local/bin:$PATH"
python modules/DroneCAN/dronecan_dsdlc/dronecan_dsdlc.py -O dsdlc_generated libraries/AP_UAVCAN/dsdl/ardupilot modules/DroneCAN/DSDL/uavcan --run-test
python modules/DroneCAN/dronecan_dsdlc/dronecan_dsdlc.py -O dsdlc_generated libraries/AP_UAVCAN/dsdl/ardupilot modules/DroneCAN/DSDL/uavcan modules/DroneCAN/DSDL/dronecan modules/DroneCAN/DSDL/com --run-test
- name: build sitl_periph_gps
shell: bash