mirror of
https://github.com/nlohmann/json.git
synced 2024-11-23 22:19:02 +08:00
wrong package name
This commit is contained in:
parent
41ab5b1f59
commit
1cb6426ddc
@ -9,7 +9,7 @@ before_install:
|
||||
- sudo apt-get update -qq
|
||||
- if [ "$CXX" = "g++" ]; then sudo apt-get install -qq g++-4.8; fi
|
||||
- if [ "$CXX" = "g++" ]; then export CXX="g++-4.8" CC="gcc-4.8"; fi
|
||||
- sudo pip install cpp-coveralls yaml
|
||||
- sudo pip install cpp-coveralls pyyaml
|
||||
|
||||
before_script:
|
||||
- autoreconf -iv
|
||||
|
Loading…
Reference in New Issue
Block a user