Set the fetch depth to 0 for Actions Checkout

This commit is contained in:
jeefo 2020-11-11 18:56:53 +03:00 committed by GitHub
commit e6b398e1bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,6 +17,7 @@ jobs:
- uses: actions/checkout@v2
with:
submodules: true
fetch-depth: 0
- name: Setup Meson
shell: bash