Skip to content
Snippets Groups Projects
Commit a8263c27 authored by dgelessus's avatar dgelessus
Browse files

Try installing only libboost-dev instead of libboost-all-dev

parent 33dafdb8
Branches
No related tags found
No related merge requests found
......@@ -23,7 +23,7 @@ test:linux:
DEBIAN_FRONTEND: noninteractive
before_script:
- apt-get update
- apt-get install --assume-yes build-essential cmake git libboost-all-dev curl
- apt-get install --assume-yes build-essential cmake git libboost-dev curl
- curl -fsSL https://deb.nodesource.com/setup_21.x | bash -
- apt-get install --assume-yes nodejs
- npm install -g typescript
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment