Skip to content

Commit 8c2a54b

Browse files
committed
fix: switch back to the latest llama.cpp release in the CI
1 parent d4adeb4 commit 8c2a54b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,7 @@ jobs:
2323
- name: Download latest llama.cpp release
2424
env:
2525
CI: true
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
26+
run: node ./dist/cli/cli.js source download --release latest --skipBuild --noBundle --noUsageExample --updateBinariesReleaseMetadataAndSaveGitBundle
2827
- name: Upload build artifact
2928
uses: actions/upload-artifact@v4
3029
with:

0 commit comments

Comments
 (0)