From 46843ff079ed1f45fd019b543d3eed1f1161b5bd Mon Sep 17 00:00:00 2001 From: Adis Durakovic Date: Fri, 22 Mar 2024 14:39:28 +0100 Subject: [PATCH] chore: build --- .github/workflows/flatpak.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/flatpak.yml b/.github/workflows/flatpak.yml index c458e54..f4be0c8 100644 --- a/.github/workflows/flatpak.yml +++ b/.github/workflows/flatpak.yml @@ -13,6 +13,8 @@ jobs: options: --privileged steps: - uses: actions/checkout@v4 + with: + submodules: 'true' - uses: flatpak/flatpak-github-actions/flatpak-builder@v6 with: manifest-path: packaging/flatpak/io.github.ad_on_is.Resticity.yml