Skip to content

Commit 00ac991

Browse files
committed
checkout depth is 1 by default
1 parent 896ed47 commit 00ac991

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,13 @@ jobs:
2626
repository: opencv/opencv
2727
ref: ${{ env.OPENCV_VERSION }}
2828
path: opencv
29-
fetch-depth: 1
3029

3130
- name: Checkout OpenCV Contrib repo
3231
uses: actions/checkout@v4
3332
with:
3433
repository: opencv/opencv_contrib
3534
ref: ${{ env.OPENCV_VERSION }}
3635
path: opencv_contrib
37-
fetch-depth: 1
3836

3937
- name: Configure OpenCV
4038
run: |
@@ -78,7 +76,6 @@ jobs:
7876
repository: shimat/opencvsharp
7977
ref: ${{ env.OPENCVSHARP_VERSION }}
8078
path: opencvsharp
81-
fetch-depth: 1
8279

8380
- name: Apply Patches
8481
run: |

0 commit comments

Comments
 (0)