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