]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
ci: fix vulkan workflow referencing non-existent action (#21442)
authorNicholas Sparks <redacted>
Sun, 5 Apr 2026 00:59:51 +0000 (20:59 -0400)
committerGitHub <redacted>
Sun, 5 Apr 2026 00:59:51 +0000 (08:59 +0800)
.github/workflows/build-vulkan.yml

index dba240a37e98f2cb53e100b5970a81fd35219f23..de38bb2db6d3206079abd0eb0c2cb6919b03937f 100644 (file)
@@ -72,7 +72,7 @@ jobs:
 
       - name: Setup Vulkan SDK
         if: steps.cache-sdk.outputs.cache-hit != 'true'
-        uses: ./.github/actions/linux-setup-vulkan-llvmpipe
+        uses: ./.github/actions/linux-setup-vulkan
         with:
           path: ./vulkan_sdk
           version: ${{ env.VULKAN_SDK_VERSION }}