diff options
author | Daniel Stenberg <daniel@haxx.se> | 2020-04-14 11:19:13 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2020-04-14 13:04:10 +0200 |
commit | 23a3ab9dd5ebfd2e17722bfba666d991fe8f4390 (patch) | |
tree | de15a76ee8ad410f3278baa09e60c99b257aecd1 /.github | |
parent | f80dfd2256ead5a98aa9e8a9bf28d3edf3065862 (diff) | |
download | curl-23a3ab9dd5ebfd2e17722bfba666d991fe8f4390.tar.gz |
github/workflow: enable MQTT in the macOS debug build
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/macos.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 6910b9ce4..666c49901 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -23,7 +23,7 @@ jobs: install: nghttp2 - name: debug install: nghttp2 - configure: --enable-debug --enable-werror --without-brotli + configure: --enable-debug --enable-werror --without-brotli --enable-mqtt - name: libssh2 install: nghttp2 libssh2 configure: --enable-debug --with-libssh2 |