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

Remove duplicate installation of build-essential

parent 3f7a733a
Branches
No related tags found
No related merge requests found
...@@ -23,7 +23,7 @@ test:linux: ...@@ -23,7 +23,7 @@ test:linux:
DEBIAN_FRONTEND: noninteractive DEBIAN_FRONTEND: noninteractive
before_script: before_script:
- apt-get update - apt-get update
- apt-get install --assume-yes build-essential fakeroot cmake git build-essential libboost-all-dev wget curl - apt-get install --assume-yes build-essential fakeroot cmake git libboost-all-dev wget curl
- curl -fsSL https://deb.nodesource.com/setup_21.x | bash - - curl -fsSL https://deb.nodesource.com/setup_21.x | bash -
- apt-get install --assume-yes nodejs - apt-get install --assume-yes nodejs
- npm install -g typescript - 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