diff options
author | Damien George <damien@micropython.org> | 2022-02-24 15:23:32 +1100 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2022-02-24 15:23:32 +1100 |
commit | b1afbe3336a3daca170f54c471f84d28622293e4 (patch) | |
tree | 7766cd8d37761b5344d394765b7b07b94ec2fab3 | |
parent | 5f50f4a130e60c4bc5f4fbf58ac849dcaf764e72 (diff) |
tools/ci.sh: Update IDF v4.4 build to use v4.4 tag.
Signed-off-by: Damien George <damien@micropython.org>
-rwxr-xr-x | tools/ci.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/ci.sh b/tools/ci.sh index 0506a0031..3e78ae4a0 100755 --- a/tools/ci.sh +++ b/tools/ci.sh @@ -107,8 +107,7 @@ function ci_esp32_idf402_setup { } function ci_esp32_idf44_setup { - # This commit is just before v5.0-dev - ci_esp32_setup_helper 142bb32c50fa9875b8b69fa539a2d59559460d72 + ci_esp32_setup_helper v4.4 } function ci_esp32_build { |