]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
fix build numbers by setting fetch-depth=0 (#3197)
authorCebtenzzre <redacted>
Fri, 15 Sep 2023 19:18:15 +0000 (15:18 -0400)
committerGitHub <redacted>
Fri, 15 Sep 2023 19:18:15 +0000 (15:18 -0400)
.github/workflows/build.yml

index 641dbccd8443983e1dbbe1e2e09867752179bee3..8b869f68839ba7dd72d08f14bd7b868cdfaf6064 100644 (file)
@@ -281,6 +281,8 @@ jobs:
       - name: Clone
         id: checkout
         uses: actions/checkout@v3
+        with:
+          fetch-depth: 0
 
       - name: Download OpenCL SDK
         id: get_opencl
@@ -397,6 +399,8 @@ jobs:
       - name: Clone
         id: checkout
         uses: actions/checkout@v3
+        with:
+          fetch-depth: 0
 
       - uses: Jimver/cuda-toolkit@v0.2.11
         id: cuda-toolkit
@@ -485,6 +489,8 @@ jobs:
       - name: Clone
         id: checkout
         uses: actions/checkout@v3
+        with:
+          fetch-depth: 0
 
       - name: Determine tag name
         id: tag