Skip to content

Commit bf7eef0

Browse files
authored
Merge pull request #1068 from tetafro/unshallow
Fix CI
2 parents 52c9b88 + 403c202 commit bf7eef0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pr.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ jobs:
4848
runs-on: ubuntu-latest
4949
steps:
5050
- uses: actions/checkout@v2
51+
- name: Unshallow
52+
run: git fetch --prune --unshallow
5153
- name: Install Go
5254
uses: actions/setup-go@v1
5355
with:

0 commit comments

Comments
 (0)