mirror of
https://github.com/SFML/SFML.git
synced 2025-01-31 13:45:13 +08:00
Fix: Added OpenGL
This commit is contained in:
parent
3438fb5379
commit
5742c76bd3
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -273,6 +273,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install -y cmake ninja-build pkg-config libxrandr-dev libxcursor-dev libxi-dev
|
sudo apt-get install -y cmake ninja-build pkg-config libxrandr-dev libxcursor-dev libxi-dev
|
||||||
|
sudo apt-get install -y libgl1-mesa-dev
|
||||||
|
|
||||||
# Here we will Configure CMake with pkg-config enabled
|
# Here we will Configure CMake with pkg-config enabled
|
||||||
- name: Configure CMake
|
- name: Configure CMake
|
||||||
|
Loading…
Reference in New Issue
Block a user