Skip to content

Commit fa5b6fa

Browse files
committed
actions: disable lzo
1 parent 881fc3a commit fa5b6fa

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
@@ -32,6 +32,7 @@ jobs:
3232
--disable-vnc-sasl \
3333
--disable-gcrypt \
3434
--disable-bzip2 \
35+
--disable-lzo \
3536
--python=/usr/bin/python2.7
3637
- run: make
3738
- uses: actions/upload-artifact@v4

.github/workflows/build-mac.yaml

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

0 commit comments

Comments
 (0)