File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed
Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -52,15 +52,14 @@ jobs:
5252 flatpak-build-test :
5353 runs-on : ubuntu-latest
5454 container :
55- image : bilelmoussaoui/flatpak-github-actions:gnome-40
55+ image : bilelmoussaoui/flatpak-github-actions:gnome-44
5656 options : --privileged
5757 steps :
5858 - uses : actions/checkout@v3
5959 - uses : actions/setup-python@v4
6060 with :
6161 python-version : ' 3.8'
62- - name : Flatpak builder
63- uses : flatpak/flatpak-github-actions/flatpak-builder@v4
62+ - uses : flatpak/flatpak-github-actions/flatpak-builder@v6
6463 with :
6564 bundle : " diffuse.flatpak"
6665 manifest-path : " io.github.mightycreak.Diffuse.yml"
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ pip3 install -r requirements.dev.txt
7171To build, test and install Diffuse locally:
7272
7373``` sh
74- flatpak install runtime/org.gnome.Sdk/$( uname -p) /42
74+ flatpak install runtime/org.gnome.Sdk/$( uname -p) /44
7575flatpak-builder --user --install build-flatpak io.github.mightycreak.Diffuse.yml
7676```
7777
Original file line number Diff line number Diff line change 11app-id : io.github.mightycreak.Diffuse
22runtime : org.gnome.Platform
3- runtime-version : ' 42 '
3+ runtime-version : ' 44 '
44sdk : org.gnome.Sdk
55command : diffuse
66finish-args :
You can’t perform that action at this time.
0 commit comments