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:
authorRobert Adam <dev@robert-adam.de>2022-09-07 21:16:35 +0300
committerRobert Adam <dev@robert-adam.de>2022-09-10 18:28:34 +0300
commitd47b4ea3baa0e87d94a4f97186c1696c4381672d (patch)
tree896a27f777ca725e05460e91bc6ec867eeb1606d
parentd2c7289592e0e22e290c5af1fdb76dd394bb6639 (diff)
CI(github-actions): Display install paths
-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