Remove broken flatpak builds for now

This commit is contained in:
Geomitron
2025-03-13 16:05:24 -05:00
parent 6442ed982c
commit 444754e147
2 changed files with 1 additions and 7 deletions

View File

@@ -30,10 +30,7 @@ jobs:
- name: Install builder dependencies
shell: bash
run: |
sudo apt install flatpak -y
sudo apt install flatpak-builder -y
sudo apt install elfutils -y
flatpak remote-add --if-not-exists --user flathub https://flathub.org/repo/flathub.flatpakrepo
git config --global --add protocol.file.allow always
- name: Build the app
shell: bash