XMake: handle wayland and libuuid on Linux

This commit is contained in:
SirLynix
2022-07-28 13:03:49 +02:00
parent 9197bf964d
commit 3f7b504164
3 changed files with 8 additions and 4 deletions

View File

@@ -40,7 +40,7 @@ jobs:
if: runner.os == 'Linux'
run: |
sudo apt-get update
sudo apt-get -y install mesa-common-dev libwayland-dev uuid-dev gcovr
sudo apt-get -y install mesa-common-dev gcovr
- name: Install OpenCppCoverage (Windows)
if: runner.os == 'Windows'

View File

@@ -39,7 +39,7 @@ jobs:
- name: Install system dependencies
run: |
sudo apt-get update
sudo apt-get -y install mesa-common-dev libwayland-dev uuid-dev
sudo apt-get -y install mesa-common-dev
# Force xmake to a specific folder (for cache)
- name: Set xmake env