Skip to content

Commit

Permalink
ci: build wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
senyai committed Jan 3, 2025
1 parent 5eb1af2 commit 8d5d048
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,12 @@ jobs:
- name: 'clang-format'
run: |
find src include -name '*.cpp' -o -name '*.h' -o -name '*.hpp' | xargs clang-format --Werror -n
# - name: wheel
# run: |
# pip install build
# python -m build . --wheel
- name: 'Install FFmpeg'
uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: libavcodec-dev libavdevice-dev libavformat-dev libswscale-dev
version: 1.0
- name: wheel
run: |
pip install build
python -m build . --wheel

0 comments on commit 8d5d048

Please sign in to comment.