Skip to content

Commit

Permalink
Update Vagrant env with libblocksruntime-dev required by unittest.
Browse files Browse the repository at this point in the history
  • Loading branch information
AndersHoglund committed Sep 27, 2017
1 parent 5d5a572 commit 2816244
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Vagrantfile
Expand Up @@ -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

Expand Down

0 comments on commit 2816244

Please sign in to comment.