Install Xvfb
Some checks failed
CI / Rustfmt (push) Successful in 34s
CI / Flatpak (push) Failing after 5m31s

This commit is contained in:
2026-03-19 21:26:27 -04:00
parent 30bf63f648
commit 63695b0249

View File

@ -29,6 +29,11 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Install Xvfb
run: |
sudo apt-get update
sudo apt-get install -y xvfb
- name: Build Flatpak
uses: bilelmoussaoui/flatpak-github-actions/flatpak-builder@v6
with: