workflows: update to MAVSDK 0.36.0

This is required for the timestamp that comes with the attitude
information.
This commit is contained in:
Julian Oes 2021-02-09 08:49:25 +01:00 committed by Lorenz Meier
parent 397fa84cd0
commit f08804da07
1 changed files with 2 additions and 2 deletions

View File

@ -28,9 +28,9 @@ jobs:
token: ${{ secrets.ACCESS_TOKEN }}
- name: Download MAVSDK
run: wget https://github.com/mavlink/MAVSDK/releases/download/v0.33.1/mavsdk_0.33.1_ubuntu20.04_amd64.deb
run: wget https://github.com/mavlink/MAVSDK/releases/download/v0.36.0/mavsdk_0.36.0_ubuntu20.04_amd64.deb
- name: Install MAVSDK
run: dpkg -i mavsdk_0.33.1_ubuntu20.04_amd64.deb
run: dpkg -i mavsdk_0.36.0_ubuntu20.04_amd64.deb
- name: Prepare ccache timestamp
id: ccache_cache_timestamp