File tree Expand file tree Collapse file tree 2 files changed +8
-13
lines changed Expand file tree Collapse file tree 2 files changed +8
-13
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,14 @@ jobs:
1010 options : --privileged
1111 steps :
1212 - uses : actions/checkout@v2
13- - uses : bilelmoussaoui/flatpak-github-actions@v2
13+ - uses : bilelmoussaoui/flatpak-github-actions@v3
1414 with :
1515 bundle : " com.github.danrabbit.harvey.flatpak"
1616 manifest-path : " com.github.danrabbit.harvey.yml"
17+ run-tests : true
18+ repository-name : elementary
19+ repository-url : https://flatpak.elementary.io/elementary.flatpakrepo
20+ cache-key : " flatpak-builder-${{ github.sha }}"
1721
1822 lint :
1923 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 11app-id : com.github.danrabbit.harvey
2- runtime : org.gnome.Platform
3- runtime-version : ' 3.36'
4- base : io.elementary.BaseApp
5- base-version : juno-19.08
6- sdk : org.gnome.Sdk
2+ runtime : io.elementary.Platform
3+ runtime-version : ' daily'
4+ sdk : io.elementary.Sdk
75command : com.github.danrabbit.harvey
86finish-args :
97 - ' --share=ipc'
@@ -15,13 +13,6 @@ finish-args:
1513
1614 - ' --metadata=X-DConf=migrate-path=/com/github/danrabbit/harvey/'
1715modules :
18- - name : handy
19- buildsystem : meson
20- sources :
21- - type : git
22- url : https://gitlab.gnome.org/GNOME/libhandy.git
23- tag : ' 1.0.0'
24-
2516 - name : harvey
2617 buildsystem : meson
2718 sources :
You can’t perform that action at this time.
0 commit comments