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 changed files with 1 additions and 0 deletions

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