2
0
Эх сурвалжийг харах

Merge pull request #1474 from libigl/jdumas/clone-depth

Update clone depth.
Jérémie Dumas 5 жил өмнө
parent
commit
698c316159

+ 2 - 2
.github/workflows/continuous.yml

@@ -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
.github/workflows/nightly.yml

@@ -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