You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/ci-on-tags.yml
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,8 @@ on:
12
12
13
13
env:
14
14
# For the available docker images, see https://github.com/CODeRUS/docker-sailfishos-platform-sdk
15
-
# But LATEST means here, "known to run on the latest SailfishOS release": Binaries for 4.3.0 are known to run on 5.0.0.
15
+
# But LATEST means here, "known to run on the latest SailfishOS release": Binaries for 4.3.0 are known to run on 5.0.0,
16
+
# but altered icon paths by 4.6.0 require building for it, for details see https://github.com/sailfishos-patches/patchmanager/pull/479#pullrequestreview-2483451820.
16
17
LATEST: 4.6.0.13
17
18
# Do not wait up to the default of 10 minutes for network timeouts in a workflow which runs at most 20 minutes.
0 commit comments