Skip to content

Commit

Permalink
try fix linux build
Browse files Browse the repository at this point in the history
  • Loading branch information
LaihoE committed Dec 15, 2023
1 parent b2cc084 commit dce3aac
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ jobs:
profile: minimal
toolchain: stable
override: true
- name: Install Dependencies
run: |
sudo apt-get update
sudo apt-get install -y pkg-config libopus-dev libopusfile-dev

- name: Build Wheels
uses: PyO3/maturin-action@v1.40.7
Expand Down

0 comments on commit dce3aac

Please sign in to comment.