Skip to content

Commit

Permalink
Use apt-provided python for trust store conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
schiermi authored and amandel committed Sep 16, 2024
1 parent d051902 commit a0d7669
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
cd src/truststore/
curl --remote-name https://raw.githubusercontent.com/espressif/arduino-esp32/master/tools/gen_crt_bundle.py
curl --remote-name https://curl.se/ca/cacert.pem
python3 gen_crt_bundle.py --input cacert.pem
/usr/bin/python3 gen_crt_bundle.py --input cacert.pem
- name: Build firmware
run: |
Expand Down

0 comments on commit a0d7669

Please sign in to comment.