summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"