fix: Install X11 & Wayland packages

This commit is contained in:
Huseyn Ismayilov 2024-04-24 01:39:43 +04:00 committed by GitHub
parent 769393e54c
commit 771cc06ef6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,6 +22,9 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Install X11 & Wayland packages
run: sudo apt-get install -y xorg-dev libwayland-dev
- name: Update submodules
# Update all GitHub submodules (e.g glfw)
run: git submodule update --init