Git fetch depth infinite for build

This commit is contained in:
Tom Morris 2020-11-28 22:00:03 -05:00 committed by GitHub
parent 721007ca1c
commit 581ed90628
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,6 +12,8 @@ jobs:
steps:
- uses: actions/checkout@v2.3.4
with:
fetch-depth: 0 # This is wasteful, but needed for git describe
- name: Restore dependency cache
uses: actions/cache@v2.1.3