File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 77 - checkout
88 - run :
99 name : Installing tools and libraries
10- command : ' apt-get update && apt-get install -y sudo gcc g++ cmake libzip-dev libboost-dev libboost-filesystem-dev libboost- test-dev && rm -rf /var/lib/apt/lists/*'
10+ command : ' apt-get update && apt-get install -y sudo gcc g++ cmake libzip-dev libboost-dev libboost-test-dev && rm -rf /var/lib/apt/lists/*'
1111 - run :
1212 name : Configuring
1313 command : ' cmake -H. -Bbuild -DFMI4CPP_BUILD_TESTS=ON -DFMI4CPP_BUILD_EXAMPLES=ON'
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ When using conan, set `FMI4CPP_USING_CONAN=ON`.
1818##### apt-get
1919
2020``` bash
21- Linux:~ /$ sudo apt-get install libzip-dev libboost-dev libboost-filesystem-dev
21+ Linux:~ /$ sudo apt-get install libzip-dev libboost-dev
2222```
2323
2424### Running examples/tests
You can’t perform that action at this time.
0 commit comments