Skip to content

Commit 0f99307

Browse files
committed
Update Truststore in GH actions
1 parent 91ad297 commit 0f99307

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/ci.yml

+8-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,14 @@ jobs:
9191
- name: Install build dependencies
9292
run: |
9393
apt-get update
94-
apt-get install -qq -y zip
94+
apt-get install -qq -y zip curl python
95+
96+
- name: Update TLS Truststore
97+
run: |
98+
cd src/truststore/
99+
curl --remote-name https://raw.githubusercontent.com/espressif/arduino-esp32/master/tools/gen_crt_bundle.py
100+
curl --remote-name https://curl.se/ca/cacert.pem
101+
python3 gen_crt_bundle.py --input cacert.pem
95102
96103
- name: Build firmware
97104
run: |

0 commit comments

Comments
 (0)