We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ef4d92 commit 881fc3aCopy full SHA for 881fc3a
2 files changed
.github/workflows/build-linux.yaml
@@ -26,6 +26,11 @@ jobs:
26
--disable-vnc-jpeg \
27
--disable-vnc-png \
28
--disable-curses \
29
+ --disable-gnutls \
30
+ --disable-nettle \
31
+ --disable-libssh2 \
32
+ --disable-vnc-sasl \
33
+ --disable-gcrypt \
34
--disable-bzip2 \
35
--python=/usr/bin/python2.7
36
- run: make
.github/workflows/build-mac.yaml
@@ -32,6 +32,7 @@ jobs:
--disable-libssh2 \
--disable-vnc-sasl \
--disable-gcrypt \
+ --disable-bzip2 \
--python=/Users/runner/.pyenv/versions/2.7.18/bin/python
37
38
# Create lib directory structure with pc-bios and dylibs
0 commit comments