[gha] fetch whole repository

Signed-off-by: R4SAS <r4sas@i2pmail.org>
This commit is contained in:
R4SAS 2023-02-25 17:54:02 +00:00
parent e036b327ff
commit 2e899a8d36
No known key found for this signature in database
GPG key ID: 66F6C87B98EBCFE2

View file

@ -21,7 +21,9 @@ jobs:
]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Setup MSYS2
uses: msys2/setup-msys2@v2
with:
@ -47,6 +49,8 @@ jobs:
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- name: Setup MSYS2
uses: msys2/setup-msys2@v2
with: