Skip to content

Commit 935096c

Browse files
committed
actions: disable libusb
1 parent fa5b6fa commit 935096c

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build-linux.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
--disable-gcrypt \
3434
--disable-bzip2 \
3535
--disable-lzo \
36+
--disable-libusb \
3637
--python=/usr/bin/python2.7
3738
- run: make
3839
- uses: actions/upload-artifact@v4

.github/workflows/build-mac.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
--disable-gcrypt \
3535
--disable-bzip2 \
3636
--disable-lzo \
37+
--disable-libusb \
3738
--python=/Users/runner/.pyenv/versions/2.7.18/bin/python
3839
- run: make
3940
# Create lib directory structure with pc-bios and dylibs

0 commit comments

Comments
 (0)