Skip to content

Commit

Permalink
CI: Disable repository submodule cloning
Browse files Browse the repository at this point in the history
No longer needed.
  • Loading branch information
stenzek committed Jun 10, 2024
1 parent fc6d513 commit b4ac1ed
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion .github/workflows/linux_build_flatpak.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/linux_build_qt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/macos_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/windows_build_qt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b4ac1ed

Please sign in to comment.