Run common flutter setup for flatpak step as well

This commit is contained in:
Roland Geider
2025-06-17 21:23:51 +02:00
parent cb6c275f3c
commit 0c4e834c33

View File

@@ -51,6 +51,9 @@ jobs:
needs:
- build_linux
steps:
- name: Common setup
uses: ./.github/actions/flutter-common
- name: Checkout application
uses: actions/checkout@v4
with: