Skip to content

Commit a371cc3

Browse files
committed
[ci] Unshallow for manual build
1 parent b8385b3 commit a371cc3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/manual-build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,9 @@ jobs:
119119
- name: Checkout
120120
uses: actions/checkout@v2
121121

122+
- name: Unshallow
123+
run: git fetch --prune --unshallow
124+
122125
- name: Set up JDK
123126
uses: actions/setup-java@v2
124127
with:

0 commit comments

Comments
 (0)