Update clone depth.

This commit is contained in:
Jérémie Dumas
2020-04-11 11:44:23 -07:00
parent a203de97aa
commit a90a67bdf2
2 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -39,7 +39,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v1
with:
fetch-depth: 1
fetch-depth: 10
- name: Dependencies (Linux)
if: runner.os == 'Linux'
@@ -106,7 +106,7 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v1
with:
fetch-depth: 1
fetch-depth: 10
- uses: seanmiddleditch/gha-setup-ninja@master
# https://github.com/actions/cache/issues/101
+2 -2
View File
@@ -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