Skip to content

Commit

Permalink
fix missing boost lib from ubuntu 20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
gcontini committed May 20, 2021
1 parent 54d1f4e commit f864724
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- CTEST_OUTPUT_ON_FAILURE=1
before_script:
- sudo apt-get update
- sudo apt-get install -y cmake libssl-dev zlib1g-dev libboost-dev libboost-test-dev libboost-iostreams-dev libboost-program-options-dev libboost-system-dev libboost-thread-dev libboost-date-time-dev
- sudo apt-get install -y cmake libssl-dev zlib1g-dev libboost-dev libboost-filesystem-dev libboost-test-dev libboost-iostreams-dev libboost-program-options-dev libboost-system-dev libboost-thread-dev libboost-date-time-dev
- cd build && cmake -DCMAKE_INSTALL_PREFIX=../../install -DCMAKE_BUILD_TYPE=Debug -DLCC_PROJECT_NAME=MYPROJECT ..
script:
- cat /proc/mounts
Expand Down

0 comments on commit f864724

Please sign in to comment.