Skip to content

Commit

Permalink
try fixing linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
LaihoE committed Mar 18, 2024
1 parent 01d0019 commit ef7e35a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,9 @@ jobs:
toolchain: stable
override: true
- name: Install libopus-dev
run: sudo apt-get install -y libopus-dev opus-tools autoconf automake libtool gcc make
run: |
sudo apt-get install -y libopus-dev opus-tools autoconf automake libtool gcc make
export LD_LIBRARY_PATH=/usr/lib/x86_64-linux-gnu/:$LD_LIBRARY_PATH
- name: Build Wheels
uses: PyO3/maturin-action@v1
env:
Expand Down

0 comments on commit ef7e35a

Please sign in to comment.