fixed apt-get

This commit is contained in:
mariusmonton 2021-02-21 14:06:56 +01:00
parent ea04c6ac37
commit 7336dc8b84
1 changed files with 5 additions and 2 deletions

View File

@ -6,9 +6,12 @@ script:
compiler:
- gcc
before_install:
- sudo apt-get update
- sudo apt-get -y install libboost-all-dev
install:
- apt-get update
- apt-get install libboost-all-dev
- cd ..
- wget http://www.accellera.org/images/downloads/standards/systemc/systemc-2.3.2.tar.gz
- tar xfvz systemc-2.3.2.tar.gz