mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-19 00:59:06 +08:00
workflows: Install mavsdk from GitHub release
This commit is contained in:
parent
0542ac0e5f
commit
ab133b41b2
4
.github/workflows/sitl_tests.yml
vendored
4
.github/workflows/sitl_tests.yml
vendored
@ -10,6 +10,10 @@ jobs:
|
||||
- uses: actions/checkout@v1
|
||||
with:
|
||||
token: ${{ secrets.ACCESS_TOKEN }}
|
||||
- name: Download MAVSDK
|
||||
run: wget https://github.com/mavlink/MAVSDK/releases/download/v0.23.0/mavsdk_0.23.0_ubuntu18.04_amd64.deb
|
||||
- name: Install MAVSDK
|
||||
run: dpkg -i mavsdk_0.23.0_ubuntu18.04_amd64.deb
|
||||
- name: Install psutil
|
||||
run: pip3 install psutil
|
||||
- name: Build PX4 in SITL integration test mode
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user