fix main.yaml incorrect naming for windows exe verify, add wayland & x11 package installs that are needed for on Linux

This commit is contained in:
csd4ni3l
2026-01-23 18:28:18 +01:00
parent 4b74e211f6
commit d8a7db6b78

View File

@@ -31,7 +31,13 @@ jobs:
if: matrix.os == 'ubuntu-22.04'
run: |
sudo apt update
sudo apt install mold clang build-essential -y
sudo apt install -y build-essential clang cmake pkg-config mold \
libwayland-dev libxkbcommon-dev libegl1-mesa-dev \
libwayland-egl-backend-dev \
libx11-dev libxext-dev libxrandr-dev libxinerama-dev libxcursor-dev \
libxi-dev libxfixes-dev libxrender-dev \
libfreetype6-dev libfontconfig1-dev libgl1-mesa-dev
shell: bash
- name: Build
@@ -42,7 +48,7 @@ jobs:
run: test target/release/soundboard
shell: bash
- name: Locate and rename executable (Windows)
- name: Verify executable (Windows)
if: matrix.os == 'windows-latest'
run: Test-Path target\release\soundboard.exe
shell: pwsh