Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
LaihoE committed Jan 18, 2024
1 parent 380d0db commit abc0936
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"]
target: [x86_64]
target: [x86_64, aarch64]
defaults:
run:
working-directory: ./src/python
Expand All @@ -50,10 +50,6 @@ 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/[email protected]
Expand Down

0 comments on commit abc0936

Please sign in to comment.