diff --git a/.github/workflows/mosquitto.yml b/.github/workflows/mosquitto.yml index 5ba7e3a89..97afaf282 100644 --- a/.github/workflows/mosquitto.yml +++ b/.github/workflows/mosquitto.yml @@ -77,6 +77,12 @@ jobs: ref: v${{ matrix.ref }} path: mosquitto + - name: Update certs + run: | + cd $GITHUB_WORKSPACE/mosquitto/test/ssl + ./gen.sh + cat all-ca.crt >> server.crt + - name: Configure and build mosquitto run: | cd $GITHUB_WORKSPACE/mosquitto/