Fix boost version

This commit is contained in:
Michele Rodolfi 2020-12-13 18:40:17 +01:00
parent 08c540559f
commit 3d9945d995

View File

@ -5,7 +5,7 @@ stages:
- test - test
before_script: before_script:
- apt-get update && apt-get install -y cmake libboost-all-dev - apt-get update && apt-get install -y cmake libboost-dev
build: build:
stage: build stage: build