From 305b2458c282933988845c76a3b0b9177e178f27 Mon Sep 17 00:00:00 2001 From: Eric Blankenhorn Date: Fri, 28 Jun 2024 14:30:03 -0500 Subject: [PATCH] mosquitto workflow update --- .github/workflows/mosquitto.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mosquitto.yml b/.github/workflows/mosquitto.yml index 6b4c2f0c5f..4c19f87de2 100644 --- a/.github/workflows/mosquitto.yml +++ b/.github/workflows/mosquitto.yml @@ -24,7 +24,7 @@ jobs: uses: wolfSSL/actions-build-autotools-project@v1 with: path: wolfssl - configure: --enable-mosquitto + configure: --enable-mosquitto CFLAGS="-DALLOW_INVALID_CERTSIGN -DWOLFSSL_CRL_ALLOW_MISSING_CDP" install: true - name: Upload built lib