From 2a21d4174027e8d07dcd49776c21c186b36f02b0 Mon Sep 17 00:00:00 2001 From: Nayla Date: Thu, 20 Apr 2023 20:53:09 -0400 Subject: [PATCH] Update flatpak.yml --- .github/workflows/flatpak.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/flatpak.yml b/.github/workflows/flatpak.yml index 1d2d3c2499..85674536d1 100644 --- a/.github/workflows/flatpak.yml +++ b/.github/workflows/flatpak.yml @@ -14,6 +14,9 @@ jobs: build: # The type of runner that the job will run on runs-on: ubuntu-latest + container: + image: bilelmoussaoui/flatpak-github-actions:gnome-44 + options: --privileged # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it