Add load dependency to ubuntu-test

This commit is contained in:
Jiga228
2025-09-14 15:16:06 +07:00
parent 1b5608327c
commit af3018d93d
+4 -2
View File
@@ -23,8 +23,10 @@ jobs:
- name: Проверка содержимого glfw - name: Проверка содержимого glfw
run: ls -la glfw run: ls -la glfw
- name: Install Wayland dependencies - name: Install Wayland dependencies and xkbcommon
run: sudo apt-get update && sudo apt-get install -y wayland-protocols libwayland-dev run: |
sudo apt-get update
sudo apt-get install -y wayland-protocols libwayland-dev libxkbcommon-dev
- name: Configure CMake - name: Configure CMake
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}} run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}