ci: dont enter sitl

Signed-off-by: Ramon Roche <mrpollo@gmail.com>
This commit is contained in:
Ramon Roche 2025-07-03 18:58:19 +00:00
parent cde7ffe7f9
commit 34ca76b63c
No known key found for this signature in database
GPG Key ID: 2363370546E5EF8C

View File

@ -90,7 +90,7 @@ jobs:
run: ./Tools/setup/ubuntu.sh
- name: Build PX4 SITL
run: make px4_sitl_default none
run: make px4_sitl_default
- name: Login to Docker Hub
uses: docker/login-action@v3