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