CI: Fetch all history for all tags and branches

This commit is contained in:
Techatrix 2022-09-01 19:26:17 +00:00 committed by GitHub
parent 66b35d62b2
commit bddee7b076
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,6 +16,7 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
submodules: true
- uses: goto-bus-stop/setup-zig@v1
with: