From 16b743462a353ebaba0745c75a23671ad89dc39a Mon Sep 17 00:00:00 2001 From: Brenden Davidson Date: Tue, 24 Jun 2025 16:10:02 -0500 Subject: [PATCH] [flatpak] Remove checkout step from Flatpak build pipeline --- .github/workflows/release.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8d645dab..450937a3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -114,10 +114,6 @@ jobs: options: --privileged steps: - - uses: actions/checkout@v4 - with: - submodules: true - - name: Configure Package Scripts run: cmake -S . -B build_config -GNinja -DCONFIGURE_FLATPAK=ON