fix: Install X11 & Wayland packages
This commit is contained in:
parent
769393e54c
commit
771cc06ef6
3
.github/workflows/cmake-single-platform.yml
vendored
3
.github/workflows/cmake-single-platform.yml
vendored
@ -22,6 +22,9 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
|
- name: Install X11 & Wayland packages
|
||||||
|
run: sudo apt-get install -y xorg-dev libwayland-dev
|
||||||
|
|
||||||
- name: Update submodules
|
- name: Update submodules
|
||||||
# Update all GitHub submodules (e.g glfw)
|
# Update all GitHub submodules (e.g glfw)
|
||||||
run: git submodule update --init
|
run: git submodule update --init
|
||||||
|
Loading…
Reference in New Issue
Block a user