Skip to content

Commit

Permalink
Static linking for opus on linux.
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurentMazare committed Aug 25, 2024
1 parent 2d49e81 commit f4e799c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
python-version: '3.10'
- name: Build wheels
uses: PyO3/maturin-action@v1
env:
LIBOPUS_STATIC: 1
with:
target: ${{ matrix.target }}
args: --release --out dist --find-interpreter
Expand Down

0 comments on commit f4e799c

Please sign in to comment.