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:
4
.github/workflows/ci_bootstrapping_works.yml
vendored
4
.github/workflows/ci_bootstrapping_works.yml
vendored
@@ -19,7 +19,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
fetch-depth: 5
|
fetch-depth: 10
|
||||||
- name: Build v
|
- name: Build v
|
||||||
run: make
|
run: make
|
||||||
|
|
||||||
@@ -57,7 +57,7 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
with:
|
with:
|
||||||
fetch-depth: 5
|
fetch-depth: 10
|
||||||
- name: Build V
|
- name: Build V
|
||||||
run: make && ./v -cg -cstrict -o v cmd/v
|
run: make && ./v -cg -cstrict -o v cmd/v
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user