Install dependencies (Wayland, X11, Vulkan)
This commit is contained in:
@@ -23,12 +23,13 @@ jobs:
|
||||
- name: Проверка содержимого glfw
|
||||
run: ls -la glfw
|
||||
|
||||
- name: Install Wayland and X11 dependencies
|
||||
- name: Install dependencies (Wayland, X11, Vulkan)
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y \
|
||||
wayland-protocols libwayland-dev libxkbcommon-dev \
|
||||
libx11-dev libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev
|
||||
libx11-dev libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev \
|
||||
libvulkan-dev
|
||||
|
||||
- name: Configure CMake
|
||||
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{env.BUILD_TYPE}}
|
||||
|
||||
Reference in New Issue
Block a user