Skip to content

Commit a0d7669

Browse files
schiermiamandel
authored andcommitted
Use apt-provided python for trust store conversion
1 parent d051902 commit a0d7669

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)