Update codeql-analysis.yml

This commit is contained in:
Alexis Maiquez 2022-01-24 23:32:10 +01:00 committed by GitHub
parent 047b4d43be
commit 6843166927
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -63,7 +63,7 @@ jobs:
# uses a compiled language # uses a compiled language
- run: | - run: |
sudo apt-get install -y libxrandr-dev libfreeimage-dev libxinerama-dev libxcursor-dev libxi-dev libgl-dev sudo apt-get install -y libxrandr-dev libfreeimage-dev libxinerama-dev libxcursor-dev libxi-dev libgl-dev libglew-dev
mkdir build mkdir build
cd build cd build
cmake .. cmake ..