Skip to content

Commit

Permalink
CI/CD: updated to ESP-IDF v5.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pstolarz committed Aug 24, 2023
1 parent 898862a commit dca78a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/espidf-ci/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RUN ln -sf /bin/bash /bin/sh
RUN cd / && \
git clone https://github.com/espressif/esp-idf && \
cd esp-idf && \
git checkout v5.1 && \
git checkout v5.1.1 && \
git submodule update --init --recursive

RUN cd /esp-idf && \
Expand Down

0 comments on commit dca78a6

Please sign in to comment.