From 83b2c41ceed8534c66406f556b22d3c7606baa73 Mon Sep 17 00:00:00 2001 From: David Bauer Date: Sun, 5 Apr 2020 19:19:58 +0200 Subject: [PATCH] contrib: actions: enable verbose output --- contrib/actions/run-build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/actions/run-build.sh b/contrib/actions/run-build.sh index 1265edd0..62b641ad 100755 --- a/contrib/actions/run-build.sh +++ b/contrib/actions/run-build.sh @@ -6,5 +6,5 @@ export GLUON_SITEDIR="contrib/ci/minimal-site" export GLUON_TARGET=$1 make update -make -j2 +make -j2 V=s