mirror of
https://github.com/SFML/SFML.git
synced 2025-01-31 13:45:13 +08:00
Fix: Add missing X11 dependencies for Linux in CI script
This commit is contained in:
parent
f7fb9fc714
commit
3438fb5379
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -272,7 +272,7 @@ jobs:
|
|||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install -y cmake ninja-build pkg-config
|
sudo apt-get install -y cmake ninja-build pkg-config libxrandr-dev libxcursor-dev libxi-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