From 5965bd6f5a5e520a858eb7950b40b5f783da767c Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 19 Nov 2021 10:44:22 +1100 Subject: [PATCH] CI: fixed DSDL paths --- .github/workflows/test_sitl_periph.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_sitl_periph.yml b/.github/workflows/test_sitl_periph.yml index aa4525cb42..10fc094de4 100644 --- a/.github/workflows/test_sitl_periph.yml +++ b/.github/workflows/test_sitl_periph.yml @@ -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