ci: Set nightly runtime repository

It was set to flathub because we used to depend on a stable runtime. [1]

We have since changed to depend on the unstable runtime[2], but the
Nightly flatpakref still configures the wrong repo on 
installation. If the user didn't have the gnome-nightly repository 
configured in advance, then the runtime cannot be found, failing the
installation.[3]

Update the repo URL, which I should have done in [2].

[1] c4afd14696
[2] d95a616116
[3] https://blogs.gnome.org/antoniof/2021/03/05/files-40-beta-more-productivity-and-some-eye-candy/#comment-541
This commit is contained in:
António Fernandes 2021-03-06 18:24:33 +00:00
parent d4ffcfc38c
commit 7834de2671

View file

@ -16,7 +16,7 @@ flatpak devel:
variables:
MANIFEST_PATH: "build-aux/flatpak/org.gnome.Nautilus.yml"
FLATPAK_MODULE: "nautilus"
RUNTIME_REPO: "https://flathub.org/repo/flathub.flatpakrepo"
RUNTIME_REPO: "https://nightly.gnome.org/gnome-nightly.flatpakrepo"
APP_ID: "org.gnome.NautilusDevel"
nightly: