File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -176,12 +176,8 @@ jobs:
176176 DEBIAN_FRONTEND : noninteractive
177177 run : |
178178 sudo apt-get update
179- # Install dev tools
180- sudo apt-get install re2c lemon
181- sudo apt-get install xserver-xorg-dev libx11-dev libxi-dev libxext-dev libglu1-mesa-dev libfontconfig-dev
182- # Install tools
183- sudo apt-get install astyle re2c xsltproc libxml2-utils
184- # Install dependency dev pkgs
179+ sudo apt-get install re2c astyle xsltproc libxml2-utils
180+ sudo apt-get install xserver-xorg-dev libx11-dev libxi-dev libxext-dev libglu1-mesa-dev libfontconfig-dev
185181 sudo apt-get install zlib1g-dev libpng-dev libjpeg-dev libtiff-dev libeigen3-dev libgdal-dev libassimp-dev libopencv-dev
186182 sudo apt-get clean
187183
You can’t perform that action at this time.
0 commit comments