1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

ci: bump up fetch-depth to 10 for the bootstrapping CI jobs

This commit is contained in:
Delyan Angelov 2021-09-28 18:43:33 +03:00
parent bc4aad5fb4
commit 86694ddc85
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED

View File

@ -19,7 +19,7 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 5
fetch-depth: 10
- name: Build v
run: make
@ -57,7 +57,7 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 5
fetch-depth: 10
- name: Build V
run: make && ./v -cg -cstrict -o v cmd/v