Merge pull request #8496 from embhorn/mosquitto_cert_update

Add cert update to workflow
This commit is contained in:
JacobBarthelmeh
2025-02-24 11:14:33 -07:00
committed by GitHub

View File

@@ -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/