]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
update release requirements (#11897)
authorEve <redacted>
Mon, 17 Feb 2025 11:20:23 +0000 (11:20 +0000)
committerGitHub <redacted>
Mon, 17 Feb 2025 11:20:23 +0000 (12:20 +0100)
.github/workflows/build.yml

index e6893ddd3c9acaba16dbf2cc82cdc151178d5550..e6555eb479c2817b9d46990b9d512d1cd0a46295 100644 (file)
@@ -374,6 +374,8 @@ jobs:
       - name: Clone
         id: checkout
         uses: actions/checkout@v4
+        with:
+          fetch-depth: 0
 
       - name: ccache
         uses: hendrikmuhs/ccache-action@v1.2.16
@@ -1373,8 +1375,10 @@ jobs:
 
     needs:
       - ubuntu-cpu-cmake
+      - ubuntu-22-cmake-vulkan
       - windows-latest-cmake
       - windows-2019-cmake-cuda
+      - windows-latest-cmake-sycl
       - windows-latest-cmake-hip-release
       - macOS-latest-cmake-arm64
       - macOS-latest-cmake-x64