fixup! [WIP] GH actions

This commit is contained in:
Tatsuhiro Tsujikawa 2020-11-16 21:11:59 +09:00
parent edb0bf1f36
commit 3accecd661
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ jobs:
if: matrix.buildtool == 'autotools'
run: |
make distcheck \
DISTCHECK_CONFIGURE_FLAGS="--with-mruby --with-neverbleed --enable-werror CPPFLAGS=\"$CPPFLAGS\" LDFLAGS=\"$LDFLAGS\" PKG_CONFIG_PATH=$PKG_CONFIG_PATH"
DISTCHECK_CONFIGURE_FLAGS="--with-mruby --with-neverbleed --enable-werror CPPFLAGS=\"$CPPFLAGS\" LDFLAGS=\"$LDFLAGS\""
- name: Build nghttp2 with cmake
if: matrix.buildtool == 'cmake'
run: |