summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjkoan <jkoan@users.noreply.github.com>2022-06-14 08:12:49 +0200
committerjkoan <jkoan@users.noreply.github.com>2023-01-11 07:50:27 +0100
commit5b272d92cc358f7d2ad1c4f0cc15e0f70d4a81ca (patch)
tree736fb1c553efa131b77dc6301199dbaf6c9fbfd2
parentb98ddd66eb02ed24628a802f82e9f7b8208af701 (diff)
downloadnavit-5b272d92cc358f7d2ad1c4f0cc15e0f70d4a81ca.tar.gz
fix:build:sailfish:Fix Target config
-rw-r--r--.github/workflows/build.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 3c157a990..5616269fc 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -74,9 +74,10 @@ jobs:
steps:
- uses: actions/checkout@v1
# TODO currently broken because of USER in Dockerimage and probably because of double containers as well
+ - name: Fix Scratchbox setup
+ run: sudo cp -ar /home/nemo/.scratchbox2/ ~/
- name: run build
- run: sudo -E bash -x contrib/sailfish/build_sailfish_ci.sh
- shell: bash
+ run: sudo -E bash contrib/sailfish/build_sailfish_ci.sh
env:
VERSION_ID: 3.4.0.24
- uses: actions/upload-artifact@v1