We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d051902 commit a0d7669Copy full SHA for a0d7669
.github/workflows/ci.yml
@@ -98,7 +98,7 @@ jobs:
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
+ /usr/bin/python3 gen_crt_bundle.py --input cacert.pem
102
103
- name: Build firmware
104
run: |
0 commit comments