Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/build.sh')
-rwxr-xr-x.github/workflows/build.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/build.sh b/.github/workflows/build.sh
index 668e0bb58..a1f23a78a 100755
--- a/.github/workflows/build.sh
+++ b/.github/workflows/build.sh
@@ -20,6 +20,7 @@ cmake -G Ninja \
-DBUILD_NUMBER=$BUILD_NUMBER \
$CMAKE_OPTIONS \
-DCMAKE_UNITY_BUILD=ON \
+ -Ddisplay-install-paths=ON \
$ADDITIONAL_CMAKE_OPTIONS \
$VCPKG_CMAKE_OPTIONS