Skip to content

Commit 3dd537d

Browse files
authored
fix: temporarily pin to a working llama.cpp release
1 parent d7c8669 commit 3dd537d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323
- name: Download latest llama.cpp release
2424
env:
2525
CI: true
26-
# pinned to `b4333` temporarily until the Windows on Arm64 build is fixed
27-
run: node ./dist/cli/cli.js source download --release b4333 --skipBuild --noBundle --noUsageExample --updateBinariesReleaseMetadataAndSaveGitBundle
26+
# pinned to `b4291` temporarily until the Windows on Arm64 build is fixed
27+
run: node ./dist/cli/cli.js source download --release b4291 --skipBuild --noBundle --noUsageExample --updateBinariesReleaseMetadataAndSaveGitBundle
2828
- name: Upload build artifact
2929
uses: actions/upload-artifact@v4
3030
with:

0 commit comments

Comments
 (0)