Skip to content

Commit fd2aa4a

Browse files
please
1 parent 40a3c7e commit fd2aa4a

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/sync-ai-models.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,11 @@ jobs:
3232
run: npm ci --no-audit --no-fund
3333

3434
- name: Build packages
35+
env:
36+
NX_REJECT_UNKNOWN_LOCAL_CACHE: 0
3537
run: |
36-
npx nx run shared:build
37-
npx nx run openops:build
38+
npm run prepare
39+
npx nx run openops-common:build
3840
3941
- name: Check for model updates
4042
id: check-models

0 commit comments

Comments
 (0)