From 35df471a0133115077e635590e780f4167fab7fe Mon Sep 17 00:00:00 2001 From: Adis Durakovic Date: Mon, 25 Mar 2024 12:16:22 +0100 Subject: [PATCH] fix: flatpak build --- .github/workflows/flatpak.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/flatpak.yml b/.github/workflows/flatpak.yml index 7afc85c..4612a5f 100644 --- a/.github/workflows/flatpak.yml +++ b/.github/workflows/flatpak.yml @@ -9,7 +9,7 @@ jobs: name: "Flatpak" runs-on: ubuntu-latest container: - image: bilelmoussaoui/flatpak-github-actions:gnome-44 + image: bilelmoussaoui/flatpak-github-actions:gnome-45 options: --privileged steps: - name: "Free up disk space"