[ci] Fix Flatpak build
Some checks failed
CI / Rustfmt (push) Successful in 30s
CI / Flatpak (push) Failing after 11m58s

This commit is contained in:
2026-03-19 21:37:28 -04:00
parent 4d95b7711a
commit 0588338248

View File

@ -29,10 +29,14 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Install Xvfb
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y xvfb
sudo apt-get install -y flatpak flatpak-builder xvfb
- name: Add Flathub repo
run: |
sudo flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
- name: Build Flatpak
uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v6