fetch full depth of git history for compiler

[ci] run generate with fetch depth

[ci] run generate with fetch depth
This commit is contained in:
feederbox826 2026-03-20 20:37:17 -04:00
parent c832e1a8a2
commit a654bdd4bb
No known key found for this signature in database
GPG key ID: 82F297A12EBB8A57

View file

@ -25,6 +25,9 @@ jobs:
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v6
with:
fetch-depth: 0
fetch-tags: true
- name: Setup Go
uses: actions/setup-go@v6
@ -152,7 +155,7 @@ jobs:
steps:
- uses: actions/checkout@v6
with:
fetch-depth: 1
fetch-depth: 0
fetch-tags: true
- name: Download generated artifacts