CI: do a treeless clone in case we need the history
See https://github.com/msys2/MINGW-packages/pull/21022
This commit is contained in:
parent
53f1997cb3
commit
1a4b510ce7
1
.github/workflows/generate-srcinfo.yml
vendored
1
.github/workflows/generate-srcinfo.yml
vendored
@ -17,6 +17,7 @@ jobs:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
filter: tree:0
|
||||
|
||||
- uses: actions/setup-python@v5
|
||||
id: setup-python
|
||||
|
||||
1
.github/workflows/main.yml
vendored
1
.github/workflows/main.yml
vendored
@ -39,6 +39,7 @@ jobs:
|
||||
with:
|
||||
path: temp
|
||||
fetch-depth: 0
|
||||
filter: tree:0
|
||||
persist-credentials: false
|
||||
|
||||
# to match the autobuild environment
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user