]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
ci : fix tag name in cuda and hip releases (#10566)
authorDiego Devesa <redacted>
Thu, 28 Nov 2024 14:58:54 +0000 (15:58 +0100)
committerGitHub <redacted>
Thu, 28 Nov 2024 14:58:54 +0000 (15:58 +0100)
.github/workflows/build.yml

index e02b5c6200a82b28df49d9afb5b23eda67bbd000..48953dafa07441d38a38beaba8c194094faf0866 100644 (file)
@@ -904,6 +904,8 @@ jobs:
       - name: Clone
         id: checkout
         uses: actions/checkout@v4
+        with:
+            fetch-depth: 0
 
       - name: Install Cuda Toolkit 11.7
         if: ${{ matrix.cuda == '11.7' }}
@@ -1139,6 +1141,8 @@ jobs:
       - name: Clone
         id: checkout
         uses: actions/checkout@v4
+        with:
+            fetch-depth: 0
 
       - name: Install
         id: depends