Skip to content

Commit d4adeb4

Browse files
committed
Merge remote-tracking branch 'refs/remotes/origin/master' into gilad/dynamicBackends
2 parents 6a13bbf + e2c5c3f commit d4adeb4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ jobs:
2323
- name: Download latest llama.cpp release
2424
env:
2525
CI: true
26-
run: node ./dist/cli/cli.js source download --release latest --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
2728
- name: Upload build artifact
2829
uses: actions/upload-artifact@v4
2930
with:

0 commit comments

Comments
 (0)