Skip to content

Commit

Permalink
update dependencies in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
davidjmeyer committed Oct 22, 2024
1 parent b6d8253 commit dd9060d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/build_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: 3.x
- name: Install libusb
run: |
sudo apt-get update
sudo apt-get install libusb-1.0-0-dev libudev-dev
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
Expand Down Expand Up @@ -117,7 +121,7 @@ jobs:
strategy:
matrix:
platform:
- runner: macos-12
- runner: macos-13
target: x86_64
- runner: macos-14
target: aarch64
Expand Down

0 comments on commit dd9060d

Please sign in to comment.