Skip to content

Commit

Permalink
try 4.4.0.64
Browse files Browse the repository at this point in the history
  • Loading branch information
jkoan committed Jan 11, 2023
1 parent 861755f commit 9eeacfd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
runs-on: ubuntu-latest
needs: sanity_check
container:
image: coderus/sailfishos-platform-sdk:3.4.0.24
image: coderus/sailfishos-platform-sdk:4.4.0.64
steps:
- uses: actions/checkout@v1
# TODO currently broken because of USER in Dockerimage and probably because of double containers as well
Expand All @@ -79,7 +79,7 @@ jobs:
- name: run build
run: sudo -E bash contrib/sailfish/build_sailfish_ci.sh
env:
VERSION_ID: 3.4.0.24
VERSION_ID: 4.4.0.64
- uses: actions/upload-artifact@v1
with:
name: Store rpm
Expand Down
2 changes: 1 addition & 1 deletion contrib/sailfish/build_sailfish_ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# please don't mess around with those lines without testing,
# even if some fancy tool tells you to do so to save some pipes.
# -hoehnp-
export HOME=/home/nemo

if [ -z ${VERSION_ID+x} ]; then echo "VERSION_ID not set. Forgot to export VERSION_ID?"; exit 1; fi

# First we need to cd to the directory containing this script and the spec file.
Expand Down

0 comments on commit 9eeacfd

Please sign in to comment.