Skip to content

Commit

Permalink
ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
mtasic85 committed Jul 8, 2024
1 parent beb7842 commit 9f6d247
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ jobs:
CIBW_SKIP: "*-win32 *-manylinux_i686"
CIBW_BEFORE_BUILD: "pip install cffi"
run: |
poetry run build-libllama-cli-shared
poetry run build-libllama-cli-static
poetry run build-llama-cli-cffi-static
poetry build
cibuildwheel --output-dir wheelhouse
Expand Down

0 comments on commit 9f6d247

Please sign in to comment.