Skip to content

Commit ba796b2

Browse files
committed
submodules recursive with fetch depth 1
1 parent efdbee3 commit ba796b2

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/pr.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,9 @@ jobs:
1515
steps:
1616
- name: Checkout
1717
uses: actions/checkout@v3
18-
- name: Clone submodules
19-
run: |
20-
git submodule init
21-
git submodule update
18+
with:
19+
submodules: recursive
20+
fetch-depth: 1
2221
- name: Update and Install dependencies
2322
run: |
2423
sudo apt-get update

0 commit comments

Comments
 (0)