Skip to content

Commit 24397bb

Browse files
committed
Don't check out submodules in test
1 parent 016a471 commit 24397bb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/reusable-release.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -666,7 +666,6 @@ jobs:
666666
- uses: actions/checkout@v4
667667
with:
668668
ref: ${{ matrix.branch }}
669-
submodules: recursive
670669

671670
- uses: ./.github/actions/download
672671
with:
@@ -696,7 +695,6 @@ jobs:
696695
- uses: actions/checkout@v4
697696
with:
698697
ref: ${{ matrix.branch }}
699-
submodules: recursive
700698

701699
- name: Install msys2 dependencies
702700
run: *msys2-install

0 commit comments

Comments
 (0)