mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
CI: fixed DSDL paths
This commit is contained in:
parent
9e5fcb4ced
commit
5965bd6f5a
2
.github/workflows/test_sitl_periph.yml
vendored
2
.github/workflows/test_sitl_periph.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user