diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index aea12bdd16..913e83597c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -71,18 +71,17 @@ jobs: needs: sanity_check container: image: hoehnp/sailfishos-platform-sdk:3.1.0.12 - options: "--user root" steps: - uses: actions/checkout@v2 # TODO currently broken because of USER in Dockerimage and probably because of double containers as well - #- name: run build - # run: contrib/sailfish/build_sailfish_ci.sh - # env: - # VERSION_ID: 3.1.0.12 - #- uses: actions/upload-artifact@v1 - # with: - # name: Store rpm - # path: rpmbuild/RPMS/ + - name: run build + run: contrib/sailfish/build_sailfish_ci.sh + env: + VERSION_ID: 3.1.0.12 + - uses: actions/upload-artifact@v1 + with: + name: Store rpm + path: rpmbuild/RPMS/ build_android: runs-on: ubuntu-latest needs: sanity_check @@ -230,4 +229,4 @@ jobs: type: now target_branch: 'master' env: - GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}} \ No newline at end of file + GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}