XMake: handle wayland and libuuid on Linux
This commit is contained in:
2
.github/workflows/coverage.yml
vendored
2
.github/workflows/coverage.yml
vendored
@@ -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'
|
||||
|
||||
2
.github/workflows/linux-build.yml
vendored
2
.github/workflows/linux-build.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user