diff --git a/.github/workflows/ci_bootstrapping_works.yml b/.github/workflows/ci_bootstrapping_works.yml index 5fedc65453..8926d2dcf0 100644 --- a/.github/workflows/ci_bootstrapping_works.yml +++ b/.github/workflows/ci_bootstrapping_works.yml @@ -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