Skip to content
Snippets Groups Projects
Commit e613acc4 authored by Graziano Scalamera's avatar Graziano Scalamera
Browse files

Fix installing dependencies

parent e6ce9dff
No related branches found
No related tags found
1 merge request!1Test ci
Pipeline #1580 failed with stage
in 42 seconds
......@@ -6,7 +6,7 @@ build:
# instead of calling g++ directly you can also use some build toolkit like make
# install the necessary build tools when needed
before_script:
- apt update && apt -y install build-essential cmake libboost-thread
- sudo apt update && sudo apt -y --no-install-recommends install build-essential cmake libboost-thread-dev
script:
- make
artifacts:
......
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