Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
jmlich committed Dec 2, 2023
1 parent ec382b7 commit 0846de9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/sailfishos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build RPMs
on: [push, pull_request]

env:
OS_VERSION: 4.5.0.16
OS_VERSION: latest

jobs:
build:
Expand All @@ -25,7 +25,7 @@ jobs:
mkdir -p build ;
cd build ;
cp -r /share/* . ;
sb2 -R zypper ar http://repo.merproject.org/obs/home:/piggz:/kf5/sailfishos_3.4.0.24/ piggz ;
sb2 -R zypper ar http://repo.merproject.org/obs/home:/piggz:/kf5/sailfishos_${OS_VERSION}_${{ matrix.arch }}/ piggz ;
sb2 -R zypper refresh ;
sb2 -R zypper in -y kcoreaddons-devel;
sb2 -R zypper in -y kdb-devel;
Expand Down

0 comments on commit 0846de9

Please sign in to comment.