Skip to content

Commit 92bfd9d

Browse files
committed
ci: fix submodule pulling issues
1 parent d3f4df4 commit 92bfd9d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -267,9 +267,8 @@ jobs:
267267
apt-get install git -y
268268
269269
- uses: actions/checkout@v3
270-
271-
- name: Checkout submodules
272-
run: git submodule update --init --recursive
270+
with:
271+
submodules: recursive
273272

274273
- name: Create Build Directories
275274
shell: bash

0 commit comments

Comments
 (0)