Skip to content

Commit 4532430

Browse files
committed
Use apt-provided python for trust store conversion
1 parent c4a0b65 commit 4532430

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
cd src/truststore/
9999
curl --remote-name https://raw.githubusercontent.com/espressif/arduino-esp32/master/tools/gen_crt_bundle.py
100100
curl --remote-name https://curl.se/ca/cacert.pem
101-
python3 gen_crt_bundle.py --input cacert.pem
101+
/usr/bin/python3 gen_crt_bundle.py --input cacert.pem
102102
103103
- name: Build firmware
104104
run: |

0 commit comments

Comments
 (0)