git: Disable Flatpak bundling as it's broken on GitHub Actions

This commit is contained in:
WerWolv 2022-02-06 00:19:39 +01:00
parent d42d87280d
commit 545ff9de56
1 changed files with 8 additions and 8 deletions

View File

@ -203,14 +203,14 @@ jobs:
.. ..
make -j 4 install make -j 4 install
- name: 📦 Bundle Flatpak #- name: 📦 Bundle Flatpak
run: | # run: |
sudo apt install flatpak flatpak-builder # sudo apt install flatpak flatpak-builder
flatpak --user remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo # flatpak --user remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
flatpak --user install -y flathub org.freedesktop.Platform//20.08 # flatpak --user install -y flathub org.freedesktop.Platform//20.08
flatpak --user install -y flathub org.freedesktop.Sdk//20.08 # flatpak --user install -y flathub org.freedesktop.Sdk//20.08
flatpak-builder --jobs=4 --repo=imhex _flatpak dist/net.werwolv.ImHex.yaml --ccache --keep-build-dirs # flatpak-builder --jobs=4 --repo=imhex _flatpak dist/net.werwolv.ImHex.yaml --ccache --keep-build-dirs
flatpak build-bundle imhex imhex.flatpak net.werwolv.ImHex stable # flatpak build-bundle imhex imhex.flatpak net.werwolv.ImHex stable
- name: 📦 Bundle DEB - name: 📦 Bundle DEB
run: | run: |