Skip to content

Commit 6d717c2

Browse files
committed
fix(linux): remove unnecessary LLAMA flag for vulkan build
1 parent 5a5506b commit 6d717c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- os: ubuntu-latest
1919
arch: x86_64
2020
name: linux-vulkan
21-
make: LLAMA="-DGGML_BACKEND_DL=ON -DGGML_NATIVE=OFF -DGGML_CPU_ALL_VARIANTS=ON -DGGML_VULKAN=ON"
21+
make: LLAMA="-DGGML_NATIVE=OFF -DGGML_CPU_ALL_VARIANTS=ON -DGGML_VULKAN=ON"
2222
- os: macos-latest
2323
name: macos
2424
# - os: windows-latest

0 commit comments

Comments
 (0)