From 45324302387e96c191d9db46f8b3597ae657b658 Mon Sep 17 00:00:00 2001 From: Andreas Schiermeier Date: Sun, 15 Sep 2024 22:40:43 +0200 Subject: [PATCH] Use apt-provided python for trust store conversion --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d943d87..f62fd10 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: |