We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc0a638 commit b427bd5Copy full SHA for b427bd5
1 file changed
.github/workflows/build.yml
@@ -67,7 +67,7 @@ jobs:
67
run: npm ci --prefer-offline
68
69
- name: Prepare bundled llama runtime (macOS)
70
- run: node scripts/prepare-llama-runtime.mjs --refresh --strict --targets=darwin-arm64,darwin-x64
+ run: node scripts/prepare-llama-runtime.mjs --strict --targets=darwin-arm64,darwin-x64
71
72
- name: Verify required environment variables
73
run: |
@@ -217,7 +217,7 @@ jobs:
217
218
219
- name: Prepare bundled llama runtime (Windows)
220
- run: node scripts/prepare-llama-runtime.mjs --refresh --strict --targets=windows-x64
+ run: node scripts/prepare-llama-runtime.mjs --strict --targets=windows-x64
221
222
- name: Verify environment variables
223
shell: bash
0 commit comments