From 347d90b1ad7b68597c0c85606bb2fe864f6c8697 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Dzi=C4=99giel?= Date: Sun, 29 Aug 2021 09:34:28 +0200 Subject: [PATCH] actions: Fetch gnome-nightly repo for build --- .github/workflows/flatpak-nightly.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/flatpak-nightly.yml b/.github/workflows/flatpak-nightly.yml index 7acdbc99..0ae93bc4 100644 --- a/.github/workflows/flatpak-nightly.yml +++ b/.github/workflows/flatpak-nightly.yml @@ -30,5 +30,7 @@ jobs: with: bundle: com.github.rafostar.Clapper.flatpak manifest-path: pkgs/flatpak/com.github.rafostar.Clapper-nightly.json + repository-name: gnome-nightly + repository-url: https://nightly.gnome.org/gnome-nightly.flatpakrepo cache-key: flatpak-builder-${{ github.sha }}-testing-${{ github.run_number }} arch: ${{ matrix.arch }}