Skip to content

Commit

Permalink
Update mavsdk version
Browse files Browse the repository at this point in the history
Wasn't able to build mavsdk  tests due to the incorrect mavsdk version
  • Loading branch information
Jaeyoung-Lim committed Sep 26, 2020
1 parent c7be6fe commit 107565e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/firmware_build_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ jobs:
fetch-depth: 0
submodules: recurvise
- 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.30.1/mavsdk_0.30.1_ubuntu20.04_amd64.deb
- name: Install MAVSDK
run: dpkg -i mavsdk_0.27.0_ubuntu18.04_amd64.deb
run: dpkg -i mavsdk_0.30.1_ubuntu20.04_amd64.deb
- name: Checkout matching branch on PX4/Firmware if possible
run: |
git checkout ${{github.head_ref}} || echo "Firmware branch: ${{github.head_ref}} not found, using master instead"
Expand Down

0 comments on commit 107565e

Please sign in to comment.