Skip to content

Commit 1c5c7fc

Browse files
committed
[CI] Build from Sailfish 4.4.0.58
1 parent 626fede commit 1c5c7fc

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/build.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- uses: actions/cache@v2
2929
with:
3030
path: .conan/data
31-
key: conan-cache2-4.0.1-armv7hl
31+
key: conan-cache2-4.4.0-armv7hl
3232

3333
- name: Check style
3434
run: python3 scripts/bad-style.py bad-style.xml
@@ -37,7 +37,7 @@ jobs:
3737
uses: R1tschY/sailfish-build-rpm@v1
3838
with:
3939
arch: 'armv7hl'
40-
release: '4.0.1.48'
40+
release: '4.4.0.58'
4141
fix-version: false
4242
enable-debug: true
4343

@@ -63,13 +63,13 @@ jobs:
6363
- uses: actions/cache@v2
6464
with:
6565
path: .conan/data
66-
key: conan-cache2-4.0.1-i486
66+
key: conan-cache2-4.4.0-i486
6767

6868
- name: Build i486 RPMS
6969
uses: R1tschY/sailfish-build-rpm@v1
7070
with:
7171
arch: 'i486'
72-
release: '4.0.1.48'
72+
release: '4.4.0.58'
7373
fix-version: false
7474
enable-debug: true
7575

@@ -95,13 +95,13 @@ jobs:
9595
- uses: actions/cache@v2
9696
with:
9797
path: .conan/data
98-
key: conan-cache2-4.0.1-aarch64
98+
key: conan-cache2-4.4.0-aarch64
9999

100100
- name: Build aarch64 RPMS
101101
uses: R1tschY/sailfish-build-rpm@v1
102102
with:
103103
arch: 'aarch64'
104-
release: '4.0.1.48'
104+
release: '4.4.0.58'
105105
fix-version: false
106106
enable-debug: true
107107

0 commit comments

Comments
 (0)