summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjkoan <jkoan@users.noreply.github.com>2022-06-14 07:47:43 +0200
committerjkoan <jkoan@users.noreply.github.com>2023-01-11 07:50:27 +0100
commit170272e068de88a9edb247aec42fd1c95b538bab (patch)
tree9fd9715ffdaeb7688a7c8e5d8f9f44a305ce7f59
parentb674015326e64534fd9b5064a9f18f02693e055a (diff)
downloadnavit-170272e068de88a9edb247aec42fd1c95b538bab.tar.gz
try bash with -x to better debug whats going on... on act its working
-rw-r--r--.github/workflows/build.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index af362ee5b..b0f16acdc 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -76,6 +76,7 @@ jobs:
# TODO currently broken because of USER in Dockerimage and probably because of double containers as well
- name: run build
run: sudo -E bash contrib/sailfish/build_sailfish_ci.sh
+ shell: bash -x
env:
VERSION_ID: 3.4.0.24
- uses: actions/upload-artifact@v1