Skip to content

Commit

Permalink
change:build:reenable sailfishos as its working with act now
Browse files Browse the repository at this point in the history
  • Loading branch information
jkoan committed May 23, 2022
1 parent 3be4921 commit e88c52e
Showing 1 changed file with 9 additions and 10 deletions.
19 changes: 9 additions & 10 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -230,4 +229,4 @@ jobs:
type: now
target_branch: 'master'
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

0 comments on commit e88c52e

Please sign in to comment.