Update cmake.yml to build Graphics

This commit is contained in:
Ilusha 2023-07-23 16:54:20 +03:00 committed by IlushaShurupov
parent e9c6a97a07
commit 3a68e70f03

View file

@ -30,7 +30,7 @@ jobs:
git -c "http.extraheader=$auth_header" -c protocol.version=2 submodule update --init --force --recursive --depth=1 git -c "http.extraheader=$auth_header" -c protocol.version=2 submodule update --init --force --recursive --depth=1
sudo apt-get install python3 python-is-python3 sudo apt-get install python3 python-is-python3
sudo apt install libx11-dev sudo apt-get install -y libx11-dev libgl1-mesa-dev libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev
cd Externals/glew/ cd Externals/glew/
make extensions make extensions