Merge pull request #1068 from tetafro/unshallow

Fix CI
This commit is contained in:
Aleksandr Razumov 2020-05-04 14:57:23 +03:00 committed by GitHub
commit bf7eef042b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,6 +48,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Unshallow
run: git fetch --prune --unshallow
- name: Install Go
uses: actions/setup-go@v1
with: