|
|
@@ -79,7 +79,7 @@ jobs:
|
|
|
- name: Checkout repository
|
|
|
uses: actions/checkout@v1
|
|
|
with:
|
|
|
- fetch-depth: 1
|
|
|
+ fetch-depth: 10
|
|
|
|
|
|
- name: Dependencies (Linux)
|
|
|
if: runner.os == 'Linux'
|
|
|
@@ -163,7 +163,7 @@ jobs:
|
|
|
- name: Checkout repository
|
|
|
uses: actions/checkout@v1
|
|
|
with:
|
|
|
- fetch-depth: 1
|
|
|
+ fetch-depth: 10
|
|
|
- uses: seanmiddleditch/gha-setup-ninja@master
|
|
|
|
|
|
# We run configure + build in the same step, since they both need to call VsDevCmd
|