Skip to content

Commit

Permalink
- feature: add download ollama repository to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
agallardol committed Aug 7, 2024
1 parent 3978a46 commit fd92d23
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,10 @@ jobs:
run: |
npx ts-node ./ci-scripts/download-side-binaries.ts
- name: Download ollama repository
run: |
npx ts-node ./ci-scripts/generate-ollama-models-repository.ts
- name: Adapt package version
run: |
npm version ${{ needs.prebuild.outputs.version }}${{ github.run_number }} --git-tag-version false
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/release-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,10 @@ jobs:
run: |
npx ts-node ./ci-scripts/download-side-binaries.ts
- name: Download ollama repository
run: |
npx ts-node ./ci-scripts/generate-ollama-models-repository.ts
- name: (Linux) Run NX build on shinkai-desktop
if: ${{ matrix.arch == 'x86_64-unknown-linux-gnu' }}
run: npx nx build shinkai-desktop --skip-nx-cache
Expand Down

0 comments on commit fd92d23

Please sign in to comment.