summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <hun@n-dimensional.de>2022-01-23 16:18:33 +0100
committerHans Ulrich Niedermann <hun@n-dimensional.de>2022-01-23 16:18:33 +0100
commit6d7ed0ea2175fc311c6b8ff2fe3374be157f8be0 (patch)
tree2785eb8f7a4d043accb033fb41b1c190aff23bcd /.github
parent919671c89bb9c875bdf5cdcc31e9f3e1b4214a10 (diff)
downloadlibgphoto2-6d7ed0ea2175fc311c6b8ff2fe3374be157f8be0.tar.gz
Work around github workflow issue with presenting stderr
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ccpp.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ccpp.yml b/.github/workflows/ccpp.yml
index 5f7f90ab6..12bb6abd9 100644
--- a/.github/workflows/ccpp.yml
+++ b/.github/workflows/ccpp.yml
@@ -30,6 +30,7 @@ jobs:
- name: build and run example libgphoto2 frontend (ambs-lgp2-frontend)
run: |
set -x
+ exec 2>&1
abs_top_builddir="$PWD"
export PKG_CONFIG_PATH="${abs_top_builddir}/__prefix/lib/pkgconfig"
export LD_LIBRARY_PATH="${abs_top_builddir}/__prefix/lib"