Skip to content

Commit

Permalink
[CI] Build from Sailfish 4.4.0.58
Browse files Browse the repository at this point in the history
  • Loading branch information
R1tschY committed Apr 9, 2024
1 parent 626fede commit 1c5c7fc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- uses: actions/cache@v2
with:
path: .conan/data
key: conan-cache2-4.0.1-armv7hl
key: conan-cache2-4.4.0-armv7hl

- name: Check style
run: python3 scripts/bad-style.py bad-style.xml
Expand All @@ -37,7 +37,7 @@ jobs:
uses: R1tschY/sailfish-build-rpm@v1
with:
arch: 'armv7hl'
release: '4.0.1.48'
release: '4.4.0.58'
fix-version: false
enable-debug: true

Expand All @@ -63,13 +63,13 @@ jobs:
- uses: actions/cache@v2
with:
path: .conan/data
key: conan-cache2-4.0.1-i486
key: conan-cache2-4.4.0-i486

- name: Build i486 RPMS
uses: R1tschY/sailfish-build-rpm@v1
with:
arch: 'i486'
release: '4.0.1.48'
release: '4.4.0.58'
fix-version: false
enable-debug: true

Expand All @@ -95,13 +95,13 @@ jobs:
- uses: actions/cache@v2
with:
path: .conan/data
key: conan-cache2-4.0.1-aarch64
key: conan-cache2-4.4.0-aarch64

- name: Build aarch64 RPMS
uses: R1tschY/sailfish-build-rpm@v1
with:
arch: 'aarch64'
release: '4.0.1.48'
release: '4.4.0.58'
fix-version: false
enable-debug: true

Expand Down

0 comments on commit 1c5c7fc

Please sign in to comment.