[ci] Fix flatpak build
Some checks failed
CI / Rustfmt (push) Successful in 29s
CI / Flatpak (push) Failing after 4m42s

This commit is contained in:
2026-03-19 21:03:11 -04:00
parent 9e5e7e90f8
commit 30bf63f648

View File

@ -25,15 +25,15 @@ jobs:
flatpak: flatpak:
name: Flatpak name: Flatpak
runs-on: ubuntu-latest runs-on: ubuntu-latest
container:
image: bilelmoussaoui/flatpak-github-actions:gnome-nightly
options: --privileged
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v6
with: - name: Build Flatpak
bundle: notify.flatpak uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v6
manifest-path: build-aux/com.ranfdev.Notify.Devel.json with:
repository-name: "flathub" bundle: notify.flatpak
run-tests: true manifest-path: build-aux/com.ranfdev.Notify.Devel.json
cache-key: flatpak-builder-${{ github.sha }} repository-name: flathub
run-tests: true
cache-key: flatpak-builder-${{ github.sha }}