Skip to content

Commit b427bd5

Browse files
author
JooHyung Park
committed
[ai-assisted] ci: stop refreshing llama runtime metadata in release workflow
1 parent dc0a638 commit b427bd5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
run: npm ci --prefer-offline
6868

6969
- name: Prepare bundled llama runtime (macOS)
70-
run: node scripts/prepare-llama-runtime.mjs --refresh --strict --targets=darwin-arm64,darwin-x64
70+
run: node scripts/prepare-llama-runtime.mjs --strict --targets=darwin-arm64,darwin-x64
7171

7272
- name: Verify required environment variables
7373
run: |
@@ -217,7 +217,7 @@ jobs:
217217
run: npm ci --prefer-offline
218218

219219
- name: Prepare bundled llama runtime (Windows)
220-
run: node scripts/prepare-llama-runtime.mjs --refresh --strict --targets=windows-x64
220+
run: node scripts/prepare-llama-runtime.mjs --strict --targets=windows-x64
221221

222222
- name: Verify environment variables
223223
shell: bash

0 commit comments

Comments
 (0)