Skip to content

Commit

Permalink
build wheels with libusb backend for now (only applicable for Linux)
Browse files Browse the repository at this point in the history
  • Loading branch information
prusnak committed Nov 13, 2023
1 parent 9cfe0e8 commit 6908240
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
@@ -35,6 +35,7 @@ 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
HIDAPI_WITH_LIBUSB: 1

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

0 comments on commit 6908240

Please sign in to comment.