From 30bf63f6483907fe71251cd22e59ba654b7a4ae9 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Thu, 19 Mar 2026 21:03:11 -0400 Subject: [PATCH] [ci] Fix flatpak build --- .github/workflows/ci.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 299cb02..4953e7c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,15 +25,15 @@ jobs: flatpak: name: Flatpak runs-on: ubuntu-latest - container: - image: bilelmoussaoui/flatpak-github-actions:gnome-nightly - options: --privileged + steps: - - uses: actions/checkout@v3 - - uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v6 - with: - bundle: notify.flatpak - manifest-path: build-aux/com.ranfdev.Notify.Devel.json - repository-name: "flathub" - run-tests: true - cache-key: flatpak-builder-${{ github.sha }} + - uses: actions/checkout@v3 + + - name: Build Flatpak + uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v6 + with: + bundle: notify.flatpak + manifest-path: build-aux/com.ranfdev.Notify.Devel.json + repository-name: flathub + run-tests: true + cache-key: flatpak-builder-${{ github.sha }}