Skip to content

Commit

Permalink
fix:build:sailfish:Fix Target config
Browse files Browse the repository at this point in the history
  • Loading branch information
jkoan committed Jan 11, 2023
1 parent b98ddd6 commit 5b272d9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5b272d9

Please sign in to comment.