Skip to content

Commit

Permalink
build linux wheels with hidraw backend instead of libusb
Browse files Browse the repository at this point in the history
  • Loading branch information
prusnak committed Nov 6, 2024
1 parent bb52ce4 commit 1fceee6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ jobs:
CIBW_ARCHS_LINUX: "x86_64 i686 aarch64"
CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014
CIBW_BEFORE_ALL_LINUX: yum install -y libusb1-devel libudev-devel || apk add --upgrade libusb-dev eudev-dev
HIDAPI_WITH_LIBUSB: 1

- name: Store artifacts
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 1fceee6

Please sign in to comment.