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

Remove installation of apparently unused packages

parent 2d1aacd6
No related branches found
No related tags found
Loading
...@@ -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 libboost-all-dev wget curl - apt-get install --assume-yes build-essential cmake git libboost-all-dev 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