[ci] Pre-install runtimes to fix FUSE permissions
Some checks failed
Build Flatpak / Build Flatpak (push) Failing after 2m44s

This commit is contained in:
2026-03-21 11:03:17 -04:00
parent 2d2523704e
commit 45efd7279b

View File

@ -22,10 +22,14 @@ jobs:
- name: Add Flathub
run: flatpak --user remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
- name: Install Runtimes
run: |
flatpak --user install -y flathub org.gnome.Platform//48 org.gnome.Sdk//48
- name: Build Flatpak
run: |
rm -rf .flatpak-builder build-dir repo _build
flatpak-builder --force-clean --user --install-deps-from=flathub --repo=repo build-dir build-aux/com.ranfdev.Notify.Devel.json 2>&1
flatpak-builder --force-clean --user --repo=repo build-dir build-aux/com.ranfdev.Notify.Devel.json 2>&1
- name: Build Bundle
run: |