summaryrefslogtreecommitdiff
path: root/ubuntu
diff options
context:
space:
mode:
authorTyler Baker <tyler.baker@linaro.org>2013-05-24 09:02:16 -0700
committerTyler Baker <tyler.baker@linaro.org>2013-05-24 09:02:16 -0700
commit728dcaad8c5bfff558083ed2443c09aedd98698d (patch)
tree595df23a9f8dce7bf4ef75676a07bd2a046ca34b /ubuntu
parent405b695c7d96eb503a1b7e7dc46a25b7dbe5265e (diff)
Add wget as a dependency for ltp
Diffstat (limited to 'ubuntu')
-rw-r--r--ubuntu/ltp.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/ubuntu/ltp.yaml b/ubuntu/ltp.yaml
index 49cf647..2f6212c 100644
--- a/ubuntu/ltp.yaml
+++ b/ubuntu/ltp.yaml
@@ -16,6 +16,7 @@ install:
- flex
- bison
- build-essential
+ - wget
run:
steps:
- 'cd build'