workflows: move to MAVSDK v0.29.0

This commit is contained in:
Julian Oes 2020-07-29 14:04:27 +02:00 committed by Daniel Agar
parent ed357cf356
commit 06ad0de5eb
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.27.0/mavsdk_0.27.0_ubuntu18.04_amd64.deb
run: wget https://github.com/mavlink/MAVSDK/releases/download/v0.29.0/mavsdk_0.29.0_ubuntu18.04_amd64.deb
- name: Install MAVSDK
run: dpkg -i mavsdk_0.27.0_ubuntu18.04_amd64.deb
run: dpkg -i mavsdk_0.29.0_ubuntu18.04_amd64.deb
- name: Prepare ccache timestamp
id: ccache_cache_timestamp