Add load dependency to ubuntu-test
This commit is contained in:
@@ -23,8 +23,10 @@ jobs:
|
||||
- name: Проверка содержимого glfw
|
||||
run: ls -la glfw
|
||||
|
||||
- name: Install Wayland dependencies
|
||||
run: sudo apt-get update && sudo apt-get install -y wayland-protocols libwayland-dev
|
||||
- name: Install Wayland dependencies and xkbcommon
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y wayland-protocols libwayland-dev libxkbcommon-dev
|
||||
|
||||
- name: Configure CMake
|
||||
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
|
||||
|
||||
Reference in New Issue
Block a user