diff --git a/workflows/autobuild.sh b/workflows/autobuild.sh index e57a570..a84b9dd 100755 --- a/workflows/autobuild.sh +++ b/workflows/autobuild.sh @@ -38,6 +38,7 @@ cd build esptool.py --chip ESP32-S3 merge_bin -o ../release/pico_openpgp_esp32-s3.bin @flash_args cd .. cd esp-idf +git checkout tags/v5.5 ./install.sh esp32s2 . ./export.sh cd ..