Update flatpak.yml

This commit is contained in:
Nayla 2023-04-20 20:53:09 -04:00 committed by GitHub
commit 2a21d41740
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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