Commit 251d1887 authored by Li-Wen Hsu's avatar Li-Wen Hsu

Use sudo

parent 32694cf4
...@@ -5,9 +5,9 @@ compiler: ...@@ -5,9 +5,9 @@ compiler:
- clang - clang
install: install:
- apt-get install libconfig8-dev - sudo apt-get install libconfig8-dev
- apt-get install libreadline6-dev - sudo apt-get install libreadline6-dev
- apt-get install libssl-dev - sudo apt-get install libssl-dev
script: script:
- ./configure - ./configure
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment