From b761371c175ffffb7c8cf911c44a75380bb3b6a1 Mon Sep 17 00:00:00 2001 From: Brenden Davidson Date: Tue, 24 Jun 2025 16:05:53 -0500 Subject: [PATCH] [flatpak] Checkout submodules when building --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 309db937..8d645dab 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -115,11 +115,11 @@ jobs: steps: - uses: actions/checkout@v4 + with: + submodules: true - name: Configure Package Scripts - run: | - git config --add safe.directory . - cmake -S . -B build_config -GNinja -DCONFIGURE_FLATPAK=ON + run: cmake -S . -B build_config -GNinja -DCONFIGURE_FLATPAK=ON - name: Build Flatpak uses: flatpak/flatpak-github-actions/flatpak-builder@v6