mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-07-10 18:50:54 +02:00
Add cert update to workflow
This commit is contained in:
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user