Add load dependency to ubuntu-test
This commit is contained in:
@@ -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}}
|
||||||
|
|||||||
Reference in New Issue
Block a user