aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/nx-libs.yml
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2023-04-28 14:37:32 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2023-04-28 14:37:32 +0200
commit70df7168cea806310f84a824c1c9ead42c82a223 (patch)
tree4be937b2bcc7afd30ee962b2491aced4d8b42034 /.github/workflows/nx-libs.yml
parentfb0f8c1b77bfb3fd8b44795e09ed0e67acddfb84 (diff)
parent637a170e7c970e480c1ad6bf131698f0919644c7 (diff)
downloadnx-libs-70df7168cea806310f84a824c1c9ead42c82a223.tar.gz
nx-libs-70df7168cea806310f84a824c1c9ead42c82a223.tar.bz2
nx-libs-70df7168cea806310f84a824c1c9ead42c82a223.zip
Merge branch 'uli42-pr/silence_imake' into 3.6.x
Attributes GH PR #1038: https://github.com/ArcticaProject/nx-libs/pull/1038
Diffstat (limited to '.github/workflows/nx-libs.yml')
-rw-r--r--.github/workflows/nx-libs.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/nx-libs.yml b/.github/workflows/nx-libs.yml
index 89fec0f60..c77a1d003 100644
--- a/.github/workflows/nx-libs.yml
+++ b/.github/workflows/nx-libs.yml
@@ -211,6 +211,6 @@ jobs:
case "${{ matrix.cfg.container }}" in
fedora*|*/centos*|debian*|ubuntu*)
export IMAKE_DEFINES="-DUseTIRPC=YES"
- make IMAKE_DEFINES="${IMAKE_DEFINES}"
+ make VERBOSE=1 IMAKE_DEFINES="${IMAKE_DEFINES}"
;;
esac