Commit 1c5c7fc 1 parent 626fede commit 1c5c7fc Copy full SHA for 1c5c7fc
File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 28
28
- uses : actions/cache@v2
29
29
with :
30
30
path : .conan/data
31
- key : conan-cache2-4.0.1 -armv7hl
31
+ key : conan-cache2-4.4.0 -armv7hl
32
32
33
33
- name : Check style
34
34
run : python3 scripts/bad-style.py bad-style.xml
37
37
uses : R1tschY/sailfish-build-rpm@v1
38
38
with :
39
39
arch : ' armv7hl'
40
- release : ' 4.0.1.48 '
40
+ release : ' 4.4.0.58 '
41
41
fix-version : false
42
42
enable-debug : true
43
43
@@ -63,13 +63,13 @@ jobs:
63
63
- uses : actions/cache@v2
64
64
with :
65
65
path : .conan/data
66
- key : conan-cache2-4.0.1 -i486
66
+ key : conan-cache2-4.4.0 -i486
67
67
68
68
- name : Build i486 RPMS
69
69
uses : R1tschY/sailfish-build-rpm@v1
70
70
with :
71
71
arch : ' i486'
72
- release : ' 4.0.1.48 '
72
+ release : ' 4.4.0.58 '
73
73
fix-version : false
74
74
enable-debug : true
75
75
@@ -95,13 +95,13 @@ jobs:
95
95
- uses : actions/cache@v2
96
96
with :
97
97
path : .conan/data
98
- key : conan-cache2-4.0.1 -aarch64
98
+ key : conan-cache2-4.4.0 -aarch64
99
99
100
100
- name : Build aarch64 RPMS
101
101
uses : R1tschY/sailfish-build-rpm@v1
102
102
with :
103
103
arch : ' aarch64'
104
- release : ' 4.0.1.48 '
104
+ release : ' 4.4.0.58 '
105
105
fix-version : false
106
106
enable-debug : true
107
107
You can’t perform that action at this time.
0 commit comments