Skip to content

Commit 10e3b8d

Browse files
committed
.
1 parent abce9d4 commit 10e3b8d

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build-native.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
build-all:
1313
runs-on: ubuntu-latest
1414
strategy:
15+
fail-fast: false
1516
matrix:
1617
include:
1718
- platform: win-x64
@@ -120,6 +121,8 @@ jobs:
120121
libxml2-dev \
121122
llvm-dev \
122123
uuid-dev \
124+
zlib1g-dev \
125+
libbz2-dev \
123126
&& rm -rf /var/lib/apt/lists/*
124127
125128
# Install osxcross

0 commit comments

Comments
 (0)