We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa5b6fa commit 935096cCopy full SHA for 935096c
2 files changed
.github/workflows/build-linux.yaml
@@ -33,6 +33,7 @@ jobs:
33
--disable-gcrypt \
34
--disable-bzip2 \
35
--disable-lzo \
36
+ --disable-libusb \
37
--python=/usr/bin/python2.7
38
- run: make
39
- uses: actions/upload-artifact@v4
.github/workflows/build-mac.yaml
@@ -34,6 +34,7 @@ jobs:
--python=/Users/runner/.pyenv/versions/2.7.18/bin/python
40
# Create lib directory structure with pc-bios and dylibs
0 commit comments