File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 5454 options :
5555 - I installed from Flathub (all Linuxes)
5656 - I installed from Appcenter (elementary OS)
57- - I built it from sources (with Meson+Ninja)
57+ - I built it from sources (with Meson+Ninja, or from AUR )
5858 validations :
5959 required : true
6060
Original file line number Diff line number Diff line change @@ -15,15 +15,15 @@ jobs:
1515 runs-on : ubuntu-latest
1616
1717 container :
18- image : ghcr.io/elementary/flatpak-platform/runtime:8
18+ image : ghcr.io/elementary/flatpak-platform/runtime:8.2
1919 options : --privileged
2020
2121 steps :
2222 - name : Checkout
23- uses : actions/checkout@v4
23+ uses : actions/checkout@v6
2424
2525 - name : Build
26- uses : flatpak/flatpak-github-actions/flatpak-builder@v6
26+ uses : flatpak/flatpak-github-actions/flatpak-builder@v6.6
2727 with :
2828 bundle : jorts.flatpak
2929 manifest-path : io.github.elly_code.jorts.yml
Original file line number Diff line number Diff line change 1- name : " CI: Lint"
1+ name : " Lint"
22
33on :
44 pull_request :
You can’t perform that action at this time.
0 commit comments