mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-28 19:32:36 +08:00
workflows: Install mavsdk from GitHub release
This commit is contained in:
@@ -10,6 +10,10 @@ jobs:
|
|||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.ACCESS_TOKEN }}
|
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
|
- name: Install psutil
|
||||||
run: pip3 install psutil
|
run: pip3 install psutil
|
||||||
- name: Build PX4 in SITL integration test mode
|
- name: Build PX4 in SITL integration test mode
|
||||||
|
|||||||
Reference in New Issue
Block a user