Skip to content

Commit 0398836

Browse files
authored
Update main.yml
1 parent d850711 commit 0398836

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ jobs:
338338
key: miniaudio-${{ matrix.name }}-${{ matrix.os }}-${{ matrix.arch }}-${{ steps.submodule-hashes.outputs.miniaudio }}-${{ hashFiles('modules/miniaudio/**') }}-${{ steps.submodule-hashes.outputs.make }}
339339

340340
- name: download backend modules from llama.cpp releases
341-
if: matrix.name == 'windows-gpu'
341+
if: false #matrix.name == 'windows-gpu'
342342
shell: bash
343343
run: |
344344
# Get the latest llama.cpp release tag
@@ -641,4 +641,4 @@ jobs:
641641
ai-*-${{ steps.tag.outputs.version }}.zip
642642
ai-*-${{ steps.tag.outputs.version }}.tar.xz
643643
ai-*-${{ steps.tag.outputs.version }}.tar.gz
644-
make_latest: true
644+
make_latest: true

0 commit comments

Comments
 (0)