Skip to content

Commit

Permalink
fix linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
LaihoE committed Mar 19, 2024
1 parent 855800a commit 0c5d58e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ jobs:
export LD_LIBRARY_PATH=/usr/lib/x86_64-linux-gnu/:$LD_LIBRARY_PATH
export LIBOPUS_LIB_DIR=/usr/lib/x86_64-linux-gnu/
export OPUS_NO_PKG=true
sudo yum install opus-devel
ldconfig -p | grep libopus
- name: Build Wheels
uses: PyO3/maturin-action@v1
env:
Expand Down

0 comments on commit 0c5d58e

Please sign in to comment.