Browse Source

workflows: update MAVSDK used for SITL test

sbg
Julian Oes 4 years ago committed by Daniel Agar
parent
commit
720784b9e9
  1. 4
      .github/workflows/sitl_tests.yml

4
.github/workflows/sitl_tests.yml

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

Loading…
Cancel
Save