Skip to content

Commit e26a547

Browse files
committed
fix(workflow): remove unnecessary LLAMA_ARGS from windows ggml-cuda build step
1 parent ac97374 commit e26a547

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ jobs:
226226
shell: cmd
227227
run: |
228228
call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\vcvarsall.bat" x64
229-
make build/llama.cpp.stamp ${{ matrix.make && matrix.make || ''}} LLAMA_ARGS="--target ggml-cuda"
229+
make build/llama.cpp.stamp ${{ matrix.make && matrix.make || ''}}
230230
231231
- name: windows install hip toolkit
232232
if: matrix.name == 'windows-hip'

0 commit comments

Comments
 (0)