From ff522ed87773ac5368c33c049c4e3f52025ef306 Mon Sep 17 00:00:00 2001 From: XargonWan <6771419+XargonWan@users.noreply.github.com> Date: Tue, 5 Apr 2022 20:26:10 +0900 Subject: [PATCH] Update cooker.yml --- .github/workflows/cooker.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/cooker.yml b/.github/workflows/cooker.yml index 129d77b0..c0d37773 100644 --- a/.github/workflows/cooker.yml +++ b/.github/workflows/cooker.yml @@ -28,6 +28,9 @@ jobs: # Runs a set of commands using the runners shell - name: Build flatpak run: | + sudo apt install flatpak flatpak-builder + flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo + flatpak install -y org.kde.Sdk//5.15-21.08 org.kde.Platform//5.15-21.08 sudo flatpak-builder --user --install --force-clean retrodeck-flatpak com.xargon.retrodeck.yml sudo flatpak-builder --repo=local --force-clean localrepo com.xargon.retrodeck.yml sudo flatpak build-bundle local RetroDECK.flatpak com.xargon.retrodeck