Skip to content

Commit 0256b42

Browse files
committed
Add cert update to workflow
1 parent 8ae1225 commit 0256b42

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/mosquitto.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,12 @@ jobs:
7777
ref: v${{ matrix.ref }}
7878
path: mosquitto
7979

80+
- name: Update certs
81+
run: |
82+
cd $GITHUB_WORKSPACE/mosquitto/test/ssl
83+
./gen.sh
84+
cat all-ca.crt >> server.crt
85+
8086
- name: Configure and build mosquitto
8187
run: |
8288
cd $GITHUB_WORKSPACE/mosquitto/

0 commit comments

Comments
 (0)