1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-12 11:00:02 +03:00

Update Vagrant env with libblocksruntime-dev required by unittest.

This commit is contained in:
Anders Hoglund 2017-09-27 18:19:41 +02:00
parent 5d5a572823
commit 28162447ed

1
Vagrantfile vendored
View file

@ -31,6 +31,7 @@ Vagrant.configure(2) do |config|
apt-get update
apt-get install -y git gcc-arm-embedded=6-2017q2-1~xenial1
apt-get install -y make python gcc clang
apt-get install -y libblocksruntime-dev
SHELL
end