We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42c8a1a commit 081d6cbCopy full SHA for 081d6cb
.github/workflows/ci.yml
@@ -152,6 +152,11 @@ jobs:
152
brotli libdeflate zlib zstd \
153
libmaxminddb libunwind lua51 lua54 \
154
libxml2 sqlite3
155
+ pkg_add dash
156
+ # note: repeat 'pkg_add dash' to exit 0
157
+ # since NetBSD 10.0 has some issues with the packaging of the listed
158
+ # packages above and exits non-zero due to various packaging issues,
159
+ # but the result is still sufficient for lighttpd CI build tests.
160
# autoconf automake gmake libtool m4 meson py311-scons
161
run: |
162
set -e
0 commit comments