From b4ac1ed698fdba81c875ff82534fae049423a799 Mon Sep 17 00:00:00 2001 From: Stenzek Date: Mon, 10 Jun 2024 16:40:18 +1000 Subject: [PATCH] CI: Disable repository submodule cloning No longer needed. --- .github/workflows/linux_build_flatpak.yml | 1 - .github/workflows/linux_build_qt.yml | 2 -- .github/workflows/macos_build.yml | 2 -- .github/workflows/windows_build_qt.yml | 2 -- 4 files changed, 7 deletions(-) diff --git a/.github/workflows/linux_build_flatpak.yml b/.github/workflows/linux_build_flatpak.yml index 76dfd3a55a4be..09d7e54877dc5 100644 --- a/.github/workflows/linux_build_flatpak.yml +++ b/.github/workflows/linux_build_flatpak.yml @@ -57,7 +57,6 @@ jobs: - name: Checkout Repository uses: actions/checkout@v4 with: - submodules: recursive set-safe-directory: ${{ env.GITHUB_WORKSPACE }} # Work around container ownership issue diff --git a/.github/workflows/linux_build_qt.yml b/.github/workflows/linux_build_qt.yml index fc1540e641828..62a74859250b9 100644 --- a/.github/workflows/linux_build_qt.yml +++ b/.github/workflows/linux_build_qt.yml @@ -68,8 +68,6 @@ jobs: - name: Checkout Repository uses: actions/checkout@v4 - with: - submodules: recursive # actions/checkout elides tags, fetch them primarily for releases - name: Fetch Tags diff --git a/.github/workflows/macos_build.yml b/.github/workflows/macos_build.yml index df572511ba254..e05d6ac6c4790 100644 --- a/.github/workflows/macos_build.yml +++ b/.github/workflows/macos_build.yml @@ -43,8 +43,6 @@ jobs: steps: - name: Checkout Repository uses: actions/checkout@v4 - with: - submodules: recursive # actions/checkout elides tags, fetch them primarily for releases - name: Fetch Tags diff --git a/.github/workflows/windows_build_qt.yml b/.github/workflows/windows_build_qt.yml index 9303bcdce5609..5666942ed7a72 100644 --- a/.github/workflows/windows_build_qt.yml +++ b/.github/workflows/windows_build_qt.yml @@ -61,8 +61,6 @@ jobs: - name: Checkout Repository uses: actions/checkout@v4 - with: - submodules: recursive # actions/checkout elides tags, fetch them primarily for releases - name: Fetch Tags