Skip to content

Commit 9175c82

Browse files
committed
Update build-pyinstaller.yml
1 parent 45ee0e9 commit 9175c82

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build-pyinstaller.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ jobs:
1717
rid: linux-x64
1818

1919
steps:
20+
- name: Install Vulkan SDK
21+
uses: jakoch/install-vulkan-sdk-action@v1
22+
with:
23+
cache: true
24+
2025
- name: Checkout code
2126
uses: actions/checkout@v3
2227

@@ -32,11 +37,6 @@ jobs:
3237
run: uv sync
3338
shell: bash
3439

35-
- name: Install Vulkan SDK
36-
uses: jakoch/install-vulkan-sdk-action@v1
37-
with:
38-
cache: true
39-
4040
- name: Build llama-cpp-python with Vulkan support
4141
run: CMAKE_ARGS="-DGGML_VULKAN=on" uv pip install llama-cpp-python --no-cache
4242
shell: bash

0 commit comments

Comments
 (0)